]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textcmn.cpp
compilation fixes for wxGTK1 after wxTextEntry changes (unit test still fails, Replac...
[wxWidgets.git] / src / common / textcmn.cpp
index 66ca6ed00349a56f3cdf2c6b50f72b72e6439ca2..0e7f869b633d161319aa2b27d63efd40787e13be 100644 (file)
@@ -412,7 +412,9 @@ bool wxTextCtrlBase::EmulateKeyPress(const wxKeyEvent& event)
 
         return true;
     }
-#endif // !__WIN32__
+#else // __WIN32__
+    wxUnusedVar(event);
+#endif // !__WIN32__/__WIN32__
 
     return false;
 }