diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index c6a9557..1be3b74 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -74,10 +74,6 @@ Waggregate-return Common Var(warn_aggregate_return) Warning Warn about returning structures, unions or arrays -Walways-true -Common Var(warn_always_true) Warning -Warn about comparisons that always evaluate to true - Warray-bounds Common Var(warn_array_bounds) Warn if an array is accessed out of bounds @@ -166,10 +162,6 @@ Wstrict-overflow= Common Joined UInteger Warn about optimizations that assume that signed overflow is undefined -Wstring-literal-comparison -Common Var(warn_string_literal_comparison) Warning -Warn about comparisons to constant string literals - Wswitch Common Var(warn_switch) Warning Warn about enumerated switches, with no default, missing a case |