silence warnings about shadowed variables with GCC -Wshadow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -172,7 +172,6 @@ wxMarkupParser::ParseAttrs(wxString attrs, TagAndAttrs& tagAndAttrs)
|
||||
else // Must be a CSS-like size specification
|
||||
{
|
||||
int cssSize = 1;
|
||||
wxString rest;
|
||||
if ( value.StartsWith("xx-", &rest) )
|
||||
cssSize = 3;
|
||||
else if ( value.StartsWith("x-", &rest) )
|
||||
|
Reference in New Issue
Block a user