From 0f371bb497df3469f660fd7f1925e5f96ea898a0 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 2 May 2000 02:29:17 +0000 Subject: fix gcc warnings --- binutils/coffgrok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/coffgrok.c') diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 8c4e6c9..3486c5f 100644 --- a/binutils/coffgrok.c +++ b/binutils/coffgrok.c @@ -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; -- cgit v1.1