diff options
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index 9f895b1..dbaec40 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -1172,7 +1172,7 @@ is_str_attr (enum dwarf_form form) } static const char * -read_indexed_string (bfd_uint64_t index ATTRIBUTE_UNUSED, +read_indexed_string (bfd_uint64_t idx ATTRIBUTE_UNUSED, struct comp_unit * unit ATTRIBUTE_UNUSED) { /* FIXME: Add support for indexed strings. */ |