aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 0ac2cec..f8cc2ee 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -6063,7 +6063,7 @@ _bfd_elf_fprintf_vma (abfd, stream, value)
enum elf_reloc_type_class
_bfd_elf_reloc_type_class (type)
- int type;
+ int type ATTRIBUTE_UNUSED;
{
return reloc_class_normal;
}