fix gcc warnings

This commit is contained in:
Alan Modra 2000-05-02 02:29:17 +00:00
parent 99a4150f8b
commit 0f371bb497
4 changed files with 25 additions and 18 deletions

View file

@ -245,7 +245,7 @@ static
struct coff_line *
do_lines (i, name)
int i;
char *name;
char *name ATTRIBUTE_UNUSED;
{
struct coff_line *res = (struct coff_line *) xcalloc (sizeof (struct coff_line), 1);
asection *s;