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


>  static void
> -assign_component (struct value *container, struct value *lhs, LONGEST index,
> +assign_component (struct value *container, struct value *lhs, LONGEST idx,

This is one of the warnings we said shouldn't be a warning, and I kind
of prefer index over idx, so I'm thinking of not applying this one.
But it's not a strong opinion, so I don't mind it if others think
otherwise.

-- 
Joel


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