From 0e88eb86942d9693ac6f73f22bcbad387a40ae77 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sun, 10 Oct 2010 09:18:11 +0000 Subject: [PATCH] mips.c (mips_handle_option): Make "value" with ATTRIBUTE_UNUSED. gcc/ * config/mips/mips.c (mips_handle_option): Make "value" with ATTRIBUTE_UNUSED. From-SVN: r165247 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7dd2ba4..2019d34 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-10-10 Richard Sandiford + + * config/mips/mips.c (mips_handle_option): Make "value" with + ATTRIBUTE_UNUSED. + 2010-10-09 Richard Henderson PR rtl-opt/33721 diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 6555470..b13d648 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -15441,7 +15441,7 @@ mips_set_tune (const struct mips_cpu_info *info) /* Implement TARGET_HANDLE_OPTION. */ static bool -mips_handle_option (size_t code, const char *arg, int value) +mips_handle_option (size_t code, const char *arg, int value ATTRIBUTE_UNUSED) { switch (code) { -- 2.7.4