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
This commit is contained in:
parent
df3f9d817a
commit
0e88eb8694
@ -1,3 +1,8 @@
|
||||
2010-10-10 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* config/mips/mips.c (mips_handle_option): Make "value" with
|
||||
ATTRIBUTE_UNUSED.
|
||||
|
||||
2010-10-09 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR rtl-opt/33721
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user