invoke.texi (Wenum-compare): Mention that it is enabled by default.
2008-06-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org> * doc/invoke.texi (Wenum-compare): Mention that it is enabled by default. From-SVN: r136567
This commit is contained in:
parent
0fc38aaa37
commit
cf0fd6189a
@ -1,3 +1,8 @@
|
||||
2008-06-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
|
||||
|
||||
* doc/invoke.texi (Wenum-compare): Mention that it is enabled by
|
||||
default.
|
||||
|
||||
2008-06-08 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
PR tree-optimization/36218
|
||||
|
@ -3659,7 +3659,8 @@ the semicolon. This warning is also enabled by @option{-Wextra}.
|
||||
@item -Wenum-compare @r{(C++ and Objective-C++ only)}
|
||||
@opindex Wenum-compare
|
||||
@opindex Wno-enum-compare
|
||||
Warn about a comparison between values of different enum types.
|
||||
Warn about a comparison between values of different enum types. This
|
||||
warning is enabled by default.
|
||||
|
||||
@item -Wsign-compare
|
||||
@opindex Wsign-compare
|
||||
|
Loading…
Reference in New Issue
Block a user