This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 008/238] Fix Wshadow


>  2011-11-19  Andrey Smirnov <andrew.smirnov@gmail.com>
>  
> +	* ada-lang.c (ada_make_symbol_completion_list): Rename
> +	`wild_match' to `wild_match_p'(-Wshadow).
> +
> +2011-11-19  Andrey Smirnov <andrew.smirnov@gmail.com>
[...]
> -  int wild_match;
> +  int wild_match_p;

The code has changed since you submitted this patch. I am going to
work on a new set of patches that fix this particular type of
warnings... Forgive me if I do not respond to each of the patches
that fix this problem.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]