diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/nm.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0015ed3..ee2492d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 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 to unsigned int, to match function prototypes. diff --git a/binutils/nm.c b/binutils/nm.c index d9d4c47..68eae77 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -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 |