2000-07-21 Michael Snyder <msnyder@cleaver.cygnus.com>
[deliverable/binutils-gdb.git] / binutils / coffgrok.c
index 8c4e6c9c98e50c8b639022ff481fc8a349f5cd26..3486c5f89d43cd065e90cefdf415603542da7924 100644 (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;
This page took 0.022718 seconds and 4 git commands to generate.