Menu

#133 TiXmlElement::QueryUnsignedAttribute() shadows a member variable

open
nobody
None
5
2014-01-09
2014-01-09
No

tinyxml.cpp:670:79: error: declaration of ‘value’ shadows a member of 'this' [-Werror=shadow]

I've worked around this in my copy by changing the method parameter name to _value and the use of the variable value in the method to be the use of the parameter (_value).

Discussion


Log in to post a comment.