mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Work around 'unused variable' MSVC warning
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user