[PATCH 8/348] Fix -Wshadow warnings

Joel Brobecker brobecker@adacore.com
Wed Nov 23 19:57:00 GMT 2011


> @@ -5650,7 +5650,7 @@ ada_make_symbol_completion_list (char *text0, char *word)
>  {
>    char *text;
>    int text_len;
> -  int wild_match;
> +  int wild_mode_flag;

Can you use "wild_match_p" in this case?

-- 
Joel



More information about the Gdb-patches mailing list