diff options
Diffstat (limited to 'gas/hash.c')
-rw-r--r-- | gas/hash.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |