X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6aa89a22b8e47000c98bff05c6f545f331f1c353..29281095c4959cbadfcc66efccf679c6c25c7dc7:/src/univ/inpcons.cpp diff --git a/src/univ/inpcons.cpp b/src/univ/inpcons.cpp index 1f6a7d8755..af38f0c8eb 100644 --- a/src/univ/inpcons.cpp +++ b/src/univ/inpcons.cpp @@ -13,7 +13,7 @@ // declarations // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "inpcons.h" #endif @@ -99,9 +99,9 @@ void wxInputConsumer::OnMouse(wxMouseEvent& event) // the actions // ---------------------------------------------------------------------------- -bool wxInputConsumer::PerformAction(const wxControlAction& action, - long numArg, - const wxString& strArg) +bool wxInputConsumer::PerformAction(const wxControlAction& WXUNUSED(action), + long WXUNUSED(numArg), + const wxString& WXUNUSED(strArg)) { return FALSE; }