diff options
Diffstat (limited to 'gcc/diagnostic-spec.cc')
-rw-r--r-- | gcc/diagnostic-spec.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/diagnostic-spec.cc b/gcc/diagnostic-spec.cc index df78579..b43ae63 100644 --- a/gcc/diagnostic-spec.cc +++ b/gcc/diagnostic-spec.cc @@ -72,9 +72,9 @@ nowarn_spec_t::nowarn_spec_t (opt_code opt) case OPT_Wstrict_aliasing: case OPT_Wunused: case OPT_Wunused_function: - case OPT_Wunused_but_set_variable: + case OPT_Wunused_but_set_variable_: case OPT_Wunused_variable: - case OPT_Wunused_but_set_parameter: + case OPT_Wunused_but_set_parameter_: m_bits = NW_LEXICAL; break; |