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 8/348] Fix -Wshadow warnings


> @@ -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


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