diff options
Diffstat (limited to 'gcc/cpphash.c')
-rw-r--r-- | gcc/cpphash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpphash.c b/gcc/cpphash.c index 8fd1cca..b1375e1 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -58,7 +58,7 @@ hashf (name, len, hashsize) HASHNODE * cpp_lookup (pfile, name, len, hash) - cpp_reader *pfile; + cpp_reader *pfile ATTRIBUTE_UNUSED; const U_CHAR *name; int len; int hash; @@ -193,7 +193,7 @@ install (name, len, type, ivalue, value, hash) void cpp_hash_cleanup (pfile) - cpp_reader *pfile; + cpp_reader *pfile ATTRIBUTE_UNUSED; { register int i; for (i = HASHSIZE; --i >= 0; ) |