From: Włodzimierz Skiba Date: Wed, 27 Sep 2006 13:51:04 +0000 (+0000) Subject: Warning fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bbcc2d1b1c02b21784baf2c7d98c14c7439bb260 Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mgl/region.cpp b/src/mgl/region.cpp index f2778ffa99..1211a7a954 100644 --- a/src/mgl/region.cpp +++ b/src/mgl/region.cpp @@ -127,7 +127,7 @@ void wxRegion::Clear() // Information on region //----------------------------------------------------------------------------- -bool wxRegion::DoIsEqual(const wxRegion& region) const +bool wxRegion::DoIsEqual(const wxRegion& WXUNUSED(region)) const { wxFAIL_MSG( _T("not implemented") );