TiXmlElement::QueryUnsignedAttribute() shadows a member variable
Brought to you by:
leethomason
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).