// Licence:
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "appsettings.h"
#endif
while (wxFileExists(fullFilename))
{
i ++;
- postfixStr.Printf("%d", i);
+ postfixStr.Printf(_T("%d"), i);
fullFilename = filename + postfixStr + wxT(".wxs");
}
return TRUE;
}
-void ctSettings::ShowSettingsDialog(const wxString& page)
+void ctSettings::ShowSettingsDialog(const wxString& WXUNUSED(page))
{
ctSettingsDialog* dialog = new ctSettingsDialog(wxGetApp().GetTopWindow());
// if (!page.IsEmpty())