]> git.saurik.com Git - wxWidgets.git/commitdiff
use WXUNUSED(foo), not (void)foo
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 9 Feb 2002 23:28:19 +0000 (23:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 9 Feb 2002 23:28:19 +0000 (23:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/imagbmp.cpp

index bd8a08abeb78e5deb41def8e1b9e52944ad29545..f50bdbc30e2fd5c4cdebe9c9fc422acd1bd0748f 100644 (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;