From: Robin Dunn Date: Mon, 28 Jan 2002 23:05:47 +0000 (+0000) Subject: Fix some compile errors and warnings when using gcc 3 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/033424480e728ead17d456f1fdd8782ac23a83b3 Fix some compile errors and warnings when using gcc 3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/gizmos/ledctrl.cpp b/contrib/src/gizmos/ledctrl.cpp index c33d38e7ab..e51fe72f14 100644 --- a/contrib/src/gizmos/ledctrl.cpp +++ b/contrib/src/gizmos/ledctrl.cpp @@ -134,6 +134,7 @@ void wxLEDNumberCtrl::SetValue(wxString const &Value, bool Redraw) { if (Value != m_Value) { +#ifdef __WXDEBUG__ if (!Value.IsEmpty()) { for(size_t i=0; i