(check_case_value): Call constant_expression_warning.
From-SVN: r2070
This commit is contained in:
parent
2d7a4cf5cf
commit
bc690db148
@ -321,6 +321,8 @@ check_case_value (value)
|
||||
/* Promote char or short to int. */
|
||||
value = default_conversion (value);
|
||||
|
||||
constant_expression_warning (value);
|
||||
|
||||
return value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user