X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..fd926bccac94c6a717d77e75e0ea65a64e333f8a:/src/msw/region.cpp diff --git a/src/msw/region.cpp b/src/msw/region.cpp index 424ed9fb89..67053bdfa0 100644 --- a/src/msw/region.cpp +++ b/src/msw/region.cpp @@ -6,7 +6,7 @@ // Created: Fri Oct 24 10:46:34 MET 1997 // RCS-ID: $Id$ // Copyright: (c) 1997-2002 wxWidgets team -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -123,6 +123,9 @@ wxRegion::wxRegion(const wxRect& rect) wxRegion::wxRegion(size_t n, const wxPoint *points, int fillStyle) { #if defined(__WXMICROWIN__) || defined(__WXWINCE__) + wxUnusedVar(n); + wxUnusedVar(points); + wxUnusedVar(fillStyle); m_refData = NULL; M_REGION = NULL; #else