diff options
author | Andreas Schwab <schwab@suse.de> | 2003-06-22 21:57:19 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2003-06-22 21:57:19 +0000 |
commit | 4c4d143ab2bda7141d61034e6225d9f24b5c7877 (patch) | |
tree | b7c63902a04b0b7902f7d5ea9b72988c95fee792 /gcc/function.c | |
parent | d302c9d6ce91b34207b0572446b0eae5a671cfd5 (diff) | |
download | gcc-4c4d143ab2bda7141d61034e6225d9f24b5c7877.zip gcc-4c4d143ab2bda7141d61034e6225d9f24b5c7877.tar.gz gcc-4c4d143ab2bda7141d61034e6225d9f24b5c7877.tar.bz2 |
* function.c (set_insn_locators): Mark as unused.
From-SVN: r68350
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index 175262c..be28ef8 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; |