mirror of
https://github.com/boostorg/system.git
synced 2025-07-31 04:57:13 +02:00
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