* function.c (set_insn_locators): Mark as unused.
authorAndreas Schwab <schwab@suse.de>
Sun, 22 Jun 2003 21:57:19 +0000 (21:57 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sun, 22 Jun 2003 21:57:19 +0000 (21:57 +0000)
From-SVN: r68350

gcc/ChangeLog
gcc/function.c

index d44f6ec2960adc98a419df7a7c991629f114304c..2c2994363ae462876269bde6dcae3f8fc00a6b86 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-22  Andreas Schwab  <schwab@suse.de>
+
+       * function.c (set_insn_locators): Mark as unused.
+
 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
 
        * common.opt: Add -finline-limit.
index 175262c5dd83d4e8eac0882181c17f7e509303ad..be28ef8aa5c81d508afc868f3e8c5315376545be 100644 (file)
@@ -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;
 \f
 /* Pointer to chain of `struct function' for containing functions.  */
 static GTY(()) struct function *outer_function_chain;