mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* annotate.c (annotate_array_section_begin): Rename `index' to
`idx'(-Wshadow).
This commit is contained in:
@@ -522,11 +522,11 @@ annotate_frame_end (void)
|
||||
}
|
||||
|
||||
void
|
||||
annotate_array_section_begin (int index, struct type *elttype)
|
||||
annotate_array_section_begin (int idx, struct type *elttype)
|
||||
{
|
||||
if (annotation_level == 2)
|
||||
{
|
||||
printf_filtered (("\n\032\032array-section-begin %d "), index);
|
||||
printf_filtered (("\n\032\032array-section-begin %d "), idx);
|
||||
print_value_flags (elttype);
|
||||
printf_filtered (("\n"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user