// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "filedlg.h"
#endif
const wxString& defaultFile,
const wxString& wildCard,
long style,
- const wxPoint& pos)
+ const wxPoint& WXUNUSED(pos))
{
m_parent = parent;
m_message = message;