X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f74172ab4256c9e7c665e44e2f94ce12bf84a37f..002ed9af8309d5baa1b2c32f1fd28160595e2fa7:/src/common/fldlgcmn.cpp?ds=sidebyside diff --git a/src/common/fldlgcmn.cpp b/src/common/fldlgcmn.cpp index 512c5a3a70..3f08486a1a 100644 --- a/src/common/fldlgcmn.cpp +++ b/src/common/fldlgcmn.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "filedlg.h" #endif @@ -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;