From ab9da554193906c4406d4d5eadfc24ea8f521558 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 11 Jul 1999 20:20:04 +0000 Subject: * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED as appropriate. Fill in structure initializations. Add variable initializations. Add casts. * dwarf2dbg.c (print_stats): Change i to size_t. * listing.c (listing_listing): Change list_line to unsigned int. --- gas/symbols.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/symbols.c') diff --git a/gas/symbols.c b/gas/symbols.c index dae202f..49cf3d9 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) -- cgit v1.1