X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f74172ab4256c9e7c665e44e2f94ce12bf84a37f..34dceb471562e2bf2cc85c4792cde3faf555af40:/src/common/fldlgcmn.cpp?ds=sidebyside diff --git a/src/common/fldlgcmn.cpp b/src/common/fldlgcmn.cpp index 512c5a3a70..bbdbe0d468 100644 --- a/src/common/fldlgcmn.cpp +++ b/src/common/fldlgcmn.cpp @@ -42,7 +42,7 @@ wxFileDialogBase::wxFileDialogBase(wxWindow *parent, const wxString& defaultFile, const wxString& wildCard, long style, - const wxPoint& pos) + const wxPoint& WXUNUSED(pos)) { m_parent = parent; m_message = message;