On Mon, Jul 5, 2010 at 1:35 PM, Edward Welbourne <e...@opera.com> wrote:
[snip]
>> Finally, it seems that some of these changes are meant to avoid variable
>> names conflicting with function names (open, etc.)  Is this really a warning
>> that some compilers give?
>
> Even gcc has a flag for it: -Wshadow; I conjecture that the submitter
> is using more aggressive warning flags than you ... I believe -Wshadow
> is not part of what's normally enabled by use of -Wall -Wextra, which
> I tend to prefer (trusting the judgement of the gcc team).
>
> Submitter: what warning flags are you passing to gcc ?
>

The standart warning flags already provided by maintMakefile
which includes -Wshadow

[snip]

--
Ozkan

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to