From 4786ad722c30990576d7e729d3d11d235557f688 Mon Sep 17 00:00:00 2001 From: amodra Date: Tue, 17 Sep 2002 08:59:11 +0000 Subject: [PATCH] * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED. * cpu-tic4x.c: Ditto. --- bfd/cpu-tic4x.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bfd/cpu-tic4x.c b/bfd/cpu-tic4x.c index 9d90fc62bd..75a8a240c3 100644 --- a/bfd/cpu-tic4x.c +++ b/bfd/cpu-tic4x.c @@ -23,6 +23,10 @@ #include "sysdep.h" #include "libbfd.h" +static boolean c4x_scan + PARAMS ((const struct bfd_arch_info *, const char * )); + + static boolean c4x_scan (info, string) const struct bfd_arch_info *info; -- 2.11.0