From 033424480e728ead17d456f1fdd8782ac23a83b3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 28 Jan 2002 23:05:47 +0000 Subject: [PATCH] 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 --- contrib/src/gizmos/ledctrl.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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