diff options
Diffstat (limited to 'bfd/elfarm-nabi.c')
-rw-r--r-- | bfd/elfarm-nabi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfarm-nabi.c b/bfd/elfarm-nabi.c index 87cfada1138..38778b73be3 100644 --- a/bfd/elfarm-nabi.c +++ b/bfd/elfarm-nabi.c @@ -577,7 +577,7 @@ static reloc_howto_type elf32_arm_thm_pc9_howto = static void elf32_arm_info_to_howto (abfd, bfd_reloc, elf_reloc) - bfd * abfd; + bfd * abfd ATTRIBUTE_UNUSED; arelent * bfd_reloc; Elf32_Internal_Rel * elf_reloc; { @@ -641,7 +641,7 @@ static const struct elf32_arm_reloc_map elf32_arm_reloc_map[] = static reloc_howto_type * elf32_arm_reloc_type_lookup (abfd, code) - bfd *abfd; + bfd *abfd ATTRIBUTE_UNUSED; bfd_reloc_code_real_type code; { unsigned int i; |