X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2ce5e1b2792f53e2e4a1e5f5678ab31c83559c7..4c2deb19e0fe659e8f239d86612f3c866731ac22:/include/wx/gtk1/msgdlg.h diff --git a/include/wx/gtk1/msgdlg.h b/include/wx/gtk1/msgdlg.h index 7ca2daea90..1f142a6dce 100644 --- a/include/wx/gtk1/msgdlg.h +++ b/include/wx/gtk1/msgdlg.h @@ -33,15 +33,16 @@ public: const wxPoint& pos = wxDefaultPosition); int ShowModal(); - virtual bool Show( bool show = true ) { return false; }; + virtual bool Show( bool WXUNUSED(show) = true ) { return false; }; protected: // implement some base class methods to do nothing to avoid asserts and // GTK warnings, since this is not a real wxDialog. - virtual void DoSetSize(int x, int y, - int width, int height, - int sizeFlags = wxSIZE_AUTO) {} - virtual void DoMoveWindow(int x, int y, int width, int height) {} + virtual void DoSetSize(int WXUNUSED(x), int WXUNUSED(y), + int WXUNUSED(width), int WXUNUSED(height), + int WXUNUSED(sizeFlags) = wxSIZE_AUTO) {} + virtual void DoMoveWindow(int WXUNUSED(x), int WXUNUSED(y), + int WXUNUSED(width), int WXUNUSED(height)) {} private: wxString m_caption;