* mips-dis.c: Add missing prototypes.
[deliverable/binutils-gdb.git] / binutils / coffgrok.c
index 88a6572ccd15761af7846bf21c59f0d33ace20fc..1118faca1e70023eaeebc004c66a6e2d9f0b0d1d 100644 (file)
@@ -1,5 +1,5 @@
 /* coffgrok.c
-   Copyright (C) 1994, 95, 1997 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;
This page took 0.023984 seconds and 4 git commands to generate.