use WXUNUSED(foo), not (void)foo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
821860051a
commit
5c235ea098
@ -1114,9 +1114,8 @@ bool wxICOHandler::LoadFile(wxImage *image, wxInputStream& stream,
|
||||
}
|
||||
|
||||
bool wxICOHandler::DoLoadFile(wxImage *image, wxInputStream& stream,
|
||||
bool verbose, int index)
|
||||
bool WXUNUSED(verbose), int index)
|
||||
{
|
||||
(void) verbose;
|
||||
bool bResult = FALSE;
|
||||
bool IsBmp = FALSE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user