]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
Skip the event to allow further child processing
[wxWidgets.git] / src / common / wincmn.cpp
index 200adf03afec71175f4394db66c00d22f70a0901..90a8b02e9d7800ae08ebef400d6a3c2e8c7b4892 100644 (file)
@@ -2671,6 +2671,7 @@ bool wxWindowBase::DoNavigateIn(int flags)
 {
 #ifdef wxHAS_NATIVE_TAB_TRAVERSAL
     // native code doesn't process our wxNavigationKeyEvents anyhow
+    wxUnusedVar(flags);
     return false;
 #else // !wxHAS_NATIVE_TAB_TRAVERSAL
     wxNavigationKeyEvent eventNav;