X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..0cd9bfe8dacee998429236912c831fd2472163a8:/include/wx/msw/dcscreen.h diff --git a/include/wx/msw/dcscreen.h b/include/wx/msw/dcscreen.h index 16c1528169..09d1ac51d0 100644 --- a/include/wx/msw/dcscreen.h +++ b/include/wx/msw/dcscreen.h @@ -29,8 +29,8 @@ class WXDLLEXPORT wxScreenDC: public wxDC // Compatibility with X's requirements for // drawing on top of all windows - static bool StartDrawingOnTop(wxWindow *window) { return TRUE; } - static bool StartDrawingOnTop(wxRectangle *rect = NULL) { return TRUE; } + static bool StartDrawingOnTop(wxWindow* WXUNUSED(window)) { return TRUE; } + static bool StartDrawingOnTop(wxRectangle* WXUNUSED(rect) = NULL) { return TRUE; } static bool EndDrawingOnTop(void) { return TRUE; } };