* ar.c (replace_members): Remove unused var. Formatting fix.

* binemul.c (ar_emul_default_parse_arg): Add ATTRIBUTE_UNUSED.
This commit is contained in:
Alan Modra
2002-05-04 01:55:39 +00:00
parent 91593c9df4
commit e58a75dc2d
3 changed files with 6 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ ar_emul_parse_arg (arg)
boolean
ar_emul_default_parse_arg (arg)
char *arg;
char *arg ATTRIBUTE_UNUSED;
{
return false;
}