]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fldlgcmn.cpp
don't inherit font from the parent by default
[wxWidgets.git] / src / common / fldlgcmn.cpp
index 512c5a3a70f156181cabc82644fba4d403a616ec..3f08486a1a545c91713d473391eea15b26a3db40 100644 (file)
@@ -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;