diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-10 09:18:11 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-10 09:18:11 +0000 |
commit | 84f8e2322d255716f5fb3699b683889c918fe33d (patch) | |
tree | b06927c083cf3534d9c9ae528f51878e3db48597 /gcc/config | |
parent | 18a734cf21c8924174f90c97f978a5a24eaab8f3 (diff) | |
download | gcc-84f8e2322d255716f5fb3699b683889c918fe33d.tar.gz |
gcc/
* config/mips/mips.c (mips_handle_option): Make "value" with
ATTRIBUTE_UNUSED.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165247 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 6555470dca3..b13d6481cd2 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) { |