Fix address in ChangeLog entry
[binutils-gdb.git] / binutils / coffgrok.c
index 8c4e6c9c98e50c8b639022ff481fc8a349f5cd26..1118faca1e70023eaeebc004c66a6e2d9f0b0d1d 100644 (file)
@@ -1,5 +1,5 @@
 /* coffgrok.c
-   Copyright (C) 1994, 95, 97, 1998 Free Software Foundation, Inc.
+   Copyright 1994, 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -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;