summaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-11-15 18:12:41 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-11-15 18:12:41 +0000
commitb22edb65646f0ffa82ca340240baae77aa5c8673 (patch)
tree206ef3e4b3f2828695d9b0bfc7f2ef5168303134 /gas/config/obj-elf.c
parente207626b0bdbdd91c365fa13f1992d6f6b76b1c3 (diff)
downloadbinutils-redhat-b22edb65646f0ffa82ca340240baae77aa5c8673.tar.gz
Mark parameters of elf_process_stab as ATTRIBUTE_UNUSED.
2010-11-15 H.J. Lu <hongjiu.lu@intel.com> * config/obj-elf.c (elf_process_stab): Mark parameters as ATTRIBUTE_UNUSED.
Diffstat (limited to 'gas/config/obj-elf.c')
-rw-r--r--gas/config/obj-elf.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c
index d38721bf05..8eb66eda16 100644
--- a/gas/config/obj-elf.c
+++ b/gas/config/obj-elf.c
@@ -2398,12 +2398,12 @@ elf_generate_asm_lineno (void)
}
static void
-elf_process_stab (segT sec,
- int what,
- const char *string,
- int type,
- int other,
- int desc)
+elf_process_stab (segT sec ATTRIBUTE_UNUSED,
+ int what ATTRIBUTE_UNUSED,
+ const char *string ATTRIBUTE_UNUSED,
+ int type ATTRIBUTE_UNUSED,
+ int other ATTRIBUTE_UNUSED,
+ int desc ATTRIBUTE_UNUSED)
{
#ifdef NEED_ECOFF_DEBUG
if (ECOFF_DEBUGGING)