]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
use -Wunused-parameter with gcc for consistency with MSVC and other compilers which...
[wxWidgets.git] / src / common / wincmn.cpp
index 200adf03afec71175f4394db66c00d22f70a0901..57b4fe195936cc6b4ab5cb5e994d7e52e350e4ab 100644 (file)
@@ -2667,7 +2667,7 @@ bool wxWindowBase::TryParent(wxEvent& event)
 // ----------------------------------------------------------------------------
 
 // Navigates in the specified direction inside this window
-bool wxWindowBase::DoNavigateIn(int flags)
+bool wxWindowBase::DoNavigateIn(int WXUNUSED(flags))
 {
 #ifdef wxHAS_NATIVE_TAB_TRAVERSAL
     // native code doesn't process our wxNavigationKeyEvents anyhow