mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Tidy up file_posix unused variable
This commit is contained in:
@ -8,6 +8,7 @@ Version 78:
|
||||
* Tidy up FieldsReader doc
|
||||
* Add Boost.Locale utf8 benchmark comparison
|
||||
* Tidy up dstream for existing Boost versions
|
||||
* Tidy up file_posix unused variable
|
||||
|
||||
HTTP:
|
||||
|
||||
|
@ -114,7 +114,9 @@ open(char const* path, file_mode mode, error_code& ec)
|
||||
fd_ = -1;
|
||||
}
|
||||
int f = 0;
|
||||
#ifndef __APPLE__
|
||||
int advise = 0;
|
||||
#endif
|
||||
switch(mode)
|
||||
{
|
||||
default:
|
||||
|
Reference in New Issue
Block a user