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
parent 0fc38aaa
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment