summaryrefslogtreecommitdiff
path: root/bfd/cpu-w65.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-w65.c')
-rw-r--r--bfd/cpu-w65.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-w65.c b/bfd/cpu-w65.c
index c0bbf045219..13f68b3138d 100644
--- a/bfd/cpu-w65.c
+++ b/bfd/cpu-w65.c
@@ -1,5 +1,5 @@
/* BFD library support routines for the WDC 65816 architecture.
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1999 Free Software Foundation, Inc.
Hacked by Steve Chamberlain of Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
@@ -27,7 +27,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,"w65") == 0) return true;