]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/region.cpp
Applied patch to avoid g_lib wanrings.
[wxWidgets.git] / src / msw / region.cpp
index 0be4463c6eb3fbf8368523fc26e6507e0757765a..67053bdfa00a205f6ba9976775de1d39672849c9 100644 (file)
@@ -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