invoke.texi (Wenum-compare): Mention that it is enabled by default.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Sun, 8 Jun 2008 16:56:57 +0000 (16:56 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Sun, 8 Jun 2008 16:56:57 +0000 (16:56 +0000)
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

gcc/ChangeLog
gcc/doc/invoke.texi

index e65bf878ed6ddc677d6d4c4dc376c53b755530c9..92496e56ee3507ca509b66ecca5825a3d22febf3 100644 (file)
@@ -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
index 128c43be82df8fa5f25a2dfbe9a64f063d60b5f7..9be3d679f6b0cf1a5b6161ac100e0c59ddaa1fbb 100644 (file)
@@ -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