X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..143318ddbb005602b600216cca621439b771f889:/src/msw/region.cpp diff --git a/src/msw/region.cpp b/src/msw/region.cpp index 0be4463c6e..67053bdfa0 100644 --- a/src/msw/region.cpp +++ b/src/msw/region.cpp @@ -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