Fix various warnings that only appear for release builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-11-01 16:49:32 +00:00
parent e79d4945d7
commit b0f0eda8ce
4 changed files with 5 additions and 8 deletions

View File

@@ -929,7 +929,7 @@ void wxSystemColourProperty::OnSetValue()
m_value = TranslateVal(val);
}
int ind;
int ind = wxNOT_FOUND;
if ( m_value.GetType() == wxS("wxColourPropertyValue") )
{