This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 6/348] Fix -Wshadow warnings
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Andrey Smirnov <andrew dot smirnov at gmail dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 29 Mar 2012 09:53:54 -0700
- Subject: Re: [PATCH 6/348] Fix -Wshadow warnings
- References: <87pqgolrlh.fsf@gmail.com>
> 2011-11-19 Andrey Smirnov <andrew.smirnov@gmail.com>
>
> + * ada-lang.c (find_old_style_renaming_symbol): Fix -Wshadow
> + warnings.
This is another one that shouldn't be a warning. And in this case,
"rename" is clearer than "symname" IMO, so I am going to keep the
code as is...
--
Joel