summaryrefslogtreecommitdiff
path: root/gas/symbols.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/symbols.c')
-rw-r--r--gas/symbols.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/symbols.c b/gas/symbols.c
index dae202f7922..49cf3d959ae 100644
--- a/gas/symbols.c
+++ b/gas/symbols.c
@@ -771,7 +771,7 @@ symbol_insert (addme, target, rootPP, lastPP)
symbolS *addme;
symbolS *target;
symbolS **rootPP;
- symbolS **lastPP;
+ symbolS **lastPP ATTRIBUTE_UNUSED;
{
if (LOCAL_SYMBOL_CHECK (addme))
abort ();
@@ -1190,7 +1190,7 @@ static void resolve_local_symbol PARAMS ((const char *, PTR));
static void
resolve_local_symbol (key, value)
- const char *key;
+ const char *key ATTRIBUTE_UNUSED;
PTR value;
{
if (value != NULL)