From 502e814e6ef9164107cb374e8c578a8f6c7e0550 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 9 Sep 2008 03:17:13 +0000 Subject: * elfxx-mips.c (mips16_stub_symndx) : Mark argument as unused. --- bfd/elfxx-mips.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bfd/elfxx-mips.c') diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 43a46046..b49593b 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -1409,7 +1409,8 @@ section_allows_mips16_refs_p (asection *section) function, or 0 if we can't decide which function that is. */ static unsigned long -mips16_stub_symndx (asection *sec, const Elf_Internal_Rela *relocs, +mips16_stub_symndx (asection *sec ATTRIBUTE_UNUSED, + const Elf_Internal_Rela *relocs, const Elf_Internal_Rela *relend) { const Elf_Internal_Rela *rel; -- cgit v1.1