Fix unused variable warning

This commit is contained in:
Peter Dimov
2021-09-16 19:32:22 +03:00
parent 36843a4e2d
commit d17f7d7fe6

View File

@ -59,6 +59,7 @@ std::string sys_strerror( int ev )
};
local_free lf_ = { lpMsgBuf };
(void)lf_;
if( retval == 0 )
{