From 4c4d143ab2bda7141d61034e6225d9f24b5c7877 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 22 Jun 2003 21:57:19 +0000 Subject: [PATCH] * function.c (set_insn_locators): Mark as unused. From-SVN: r68350 --- gcc/ChangeLog | 4 ++++ gcc/function.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d44f6ec2960..2c2994363ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-22 Andreas Schwab + + * function.c (set_insn_locators): Mark as unused. + 2003-06-22 Neil Booth * common.opt: Add -finline-limit. diff --git a/gcc/function.c b/gcc/function.c index 175262c5dd8..be28ef8aa5c 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -300,7 +300,7 @@ static void do_clobber_return_reg PARAMS ((rtx, void *)); static void do_use_return_reg PARAMS ((rtx, void *)); static void instantiate_virtual_regs_lossage PARAMS ((rtx)); static tree split_complex_args (tree); -static void set_insn_locators (rtx, int); +static void set_insn_locators (rtx, int) ATTRIBUTE_UNUSED; /* Pointer to chain of `struct function' for containing functions. */ static GTY(()) struct function *outer_function_chain; -- 2.30.2