X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5b7b1edc0c7514968aa068030d0e47be1ee7a2c..18128cbb47b5775f20fb449dd34f36fa31776d51:/include/wx/mac/filedlg.h diff --git a/include/wx/mac/filedlg.h b/include/wx/mac/filedlg.h index be26bc0250..c0b724ecbb 100644 --- a/include/wx/mac/filedlg.h +++ b/include/wx/mac/filedlg.h @@ -65,9 +65,9 @@ public: int ShowModal(); // not supported for file dialog, RR - virtual void DoSetSize(int x, int y, - int width, int height, - int sizeFlags = wxSIZE_AUTO) {} + virtual void DoSetSize(int WXUNUSED(x), int WXUNUSED(y), + int WXUNUSED(width), int WXUNUSED(height), + int WXUNUSED(sizeFlags) = wxSIZE_AUTO) {} };