X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/926592a8cf4d74c4db610149b72172d0b263a5f4..80e10e8b7441a8c26502fdc780cae30c047de627:/src/univ/choice.cpp diff --git a/src/univ/choice.cpp b/src/univ/choice.cpp index 7af8af88e4..81925542a1 100644 --- a/src/univ/choice.cpp +++ b/src/univ/choice.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "univchoice.h" #endif @@ -43,7 +43,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, int n, const wxString choices[], - long style, + long WXUNUSED(style), const wxValidator& validator, const wxString& name) {