2002-01-29 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Wed, 30 Jan 2002 05:00:07 +0000 (05:00 +0000)
committerDaniel Jacobowitz <drow@false.org>
Wed, 30 Jan 2002 05:00:07 +0000 (05:00 +0000)
        * nm.c (print_value): Mark abfd unused.

binutils/ChangeLog
binutils/nm.c

index 0015ed32dfa735e19690b4214f87a2dc8f3bde81..ee2492dd2375d81830b289918aa6854e4e577d33 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * nm.c (print_value): Mark abfd unused.
+
 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
 
        * unwind-ia64.c (unw_decoder): Change second argument
index d9d4c47aa7ede9d29035b506d597f0a63e5cc190..68eae77f55dfc76cff24451945e9e00855185c05 100644 (file)
@@ -1453,7 +1453,7 @@ print_symbol_filename_posix (archive_bfd, abfd)
 
 static void
 print_value (abfd, val)
-     bfd *abfd;
+     bfd *abfd ATTRIBUTE_UNUSED;
      bfd_vma val;
 {
 #if ! defined (BFD64) || BFD_HOST_64BIT_LONG
This page took 0.039894 seconds and 4 git commands to generate.