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:
Václav Slavík 2002-02-09 23:28:19 +00:00
parent 821860051a
commit 5c235ea098

View File

@ -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;