// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "univchoice.h"
#endif
const wxPoint& pos,
const wxSize& size,
int n, const wxString choices[],
- long style,
+ long WXUNUSED(style),
const wxValidator& validator,
const wxString& name)
{