Menu

#12 hidden local variable warnings

open
nobody
None
5
2010-07-03
2010-07-03
No

When compiling on Mac OS X with the "Hidden Local Variables" warning option (which corresponds to the GCC flag -Wshadow), I get lots of warnings. This is because rapidxml.h uses names like "name", "name_size", "value", "where", and "what" both as parameter names and as method names.

Discussion


Log in to post a comment.