]> git.saurik.com Git - wxWidgets.git/commitdiff
Warning fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 10 Oct 2006 09:11:32 +0000 (09:11 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 10 Oct 2006 09:11:32 +0000 (09:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/combocmn.cpp

index ad80f48d51b54081bcdfd9f7b18a79c671357642..aef6c75cbf5e097b7a3aa7c0688b6eda7b0606f1 100644 (file)
@@ -913,6 +913,9 @@ void wxComboCtrlBase::PositionTextCtrl( int textCtrlXAdjust, int textCtrlYAdjust
         }
     }
     else
+#else
+    wxUnusedVar(textCtrlXAdjust);
+    wxUnusedVar(textCtrlYAdjust);
 #endif
     {
         // If it has border, have textctrl will the entire text field.