forked from boostorg/system
Fix unused variable warning
This commit is contained in:
@ -59,6 +59,7 @@ std::string sys_strerror( int ev )
|
||||
};
|
||||
|
||||
local_free lf_ = { lpMsgBuf };
|
||||
(void)lf_;
|
||||
|
||||
if( retval == 0 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user