aboutsummaryrefslogtreecommitdiff
path: root/gas/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/hash.c')
-rw-r--r--gas/hash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/hash.c b/gas/hash.c
index 2906633..0f129fb 100644
--- a/gas/hash.c
+++ b/gas/hash.c
@@ -374,9 +374,9 @@ hash_traverse (table, pfn)
void
hash_print_statistics (f, name, table)
- FILE *f;
- const char *name;
- struct hash_control *table;
+ FILE *f ATTRIBUTE_UNUSED;
+ const char *name ATTRIBUTE_UNUSED;
+ struct hash_control *table ATTRIBUTE_UNUSED;
{
#ifdef HASH_STATISTICS
unsigned int i;