From 8622e41b9ffd432fc916f0dd2fc8227f27eea3a9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 11 Jul 1999 20:06:47 +0000 Subject: * corefile.c (core_create_function_syms): Add ATTRIBUTED_UNUSED. * sym-ids.c (non_existent_file): Fully initialize structure. --- gprof/corefile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gprof/corefile.c') diff --git a/gprof/corefile.c b/gprof/corefile.c index 115daa7..24539bc 100644 --- a/gprof/corefile.c +++ b/gprof/corefile.c @@ -392,7 +392,8 @@ DEFUN (get_src_info, (addr, filename, name, line_num), * entered. */ void -DEFUN (core_create_function_syms, (core_bfd), bfd * core_bfd) +core_create_function_syms (core_bfd) + bfd *core_bfd ATTRIBUTE_UNUSED; { bfd_vma min_vma = ~0, max_vma = 0; int class; -- cgit v1.1