From 25bd0d9050e0999013bcc3e25c092d3b95976a72 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 10 Oct 2006 09:11:32 +0000 Subject: [PATCH] Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/combocmn.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/combocmn.cpp b/src/common/combocmn.cpp index ad80f48d51..aef6c75cbf 100644 --- a/src/common/combocmn.cpp +++ b/src/common/combocmn.cpp @@ -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. -- 2.45.2