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:
@@ -929,7 +929,7 @@ void wxSystemColourProperty::OnSetValue()
|
||||
m_value = TranslateVal(val);
|
||||
}
|
||||
|
||||
int ind;
|
||||
int ind = wxNOT_FOUND;
|
||||
|
||||
if ( m_value.GetType() == wxS("wxColourPropertyValue") )
|
||||
{
|
||||
|
Reference in New Issue
Block a user