Work around 'unused variable' MSVC warning

This commit is contained in:
Peter Dimov
2018-10-02 18:39:41 +03:00
parent 3d01409fe6
commit e87cd333a8

View File

@ -170,6 +170,7 @@ inline std::string system_category_message_win32( int ev )
}
local_free lf_ = { lpMsgBuf };
(void)lf_;
UINT_ const code_page = message_cp_win32();