summaryrefslogtreecommitdiff
path: root/bfd/cpu-h8500.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-h8500.c')
-rw-r--r--bfd/cpu-h8500.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-h8500.c b/bfd/cpu-h8500.c
index e4abfd17807..eae42e3abf2 100644
--- a/bfd/cpu-h8500.c
+++ b/bfd/cpu-h8500.c
@@ -1,5 +1,5 @@
/* BFD library support routines for the H8/500 architecture.
- Copyright (C) 1993 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1999 Free Software Foundation, Inc.
Hacked by Steve Chamberlain of Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
@@ -156,7 +156,7 @@ int bfd_default_scan_num_mach();
static boolean
scan_mach (info, string)
- const struct bfd_arch_info *info;
+ const struct bfd_arch_info *info ATTRIBUTE_UNUSED;
const char *string;
{
if (strcmp(string,"h8/500") == 0) return true;