From 24a35864abc1f856aafd797360b3e5390ed30f32 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 26 Aug 2001 11:46:04 +0000 Subject: * oasys.c: Add missing prototypes. * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Add unused attribute for parameter. * elf.c (_bfd_elf_reloc_type_class): Likewise. * versados.c (get_4): Make static. (get_10): Make static. Add missing prototypes. (process_esd): Fix call to versados_new_symbol. --- bfd/elf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf.c') 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; } -- cgit v1.1