[Bug c++/41825] useless -Wshadow warning on function argument in local class
--- Comment #2 from jason at gcc dot gnu dot org 2010-05-07 13:57 --- *** This bug has been marked as a duplicate of 30566 *** -- jason at gcc dot gnu dot org changed: What|Removed |Added --
[Bug c++/41825] useless -Wshadow warning on function argument in local class
--- Comment #1 from bangerth at gmail dot com 2009-10-26 04:52 --- Confirmed. Though I'd note that if this was a *nested* function (not a function in a *nested structure*) -- or a lambda function--, then the warning would make sense. -- bangerth at gmail dot com changed: