cpp.texi (-Wwhite-space): Remove.
authorJakub Jelinek <jakub@redhat.com>
Wed, 18 Apr 2001 12:40:56 +0000 (14:40 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 18 Apr 2001 12:40:56 +0000 (14:40 +0200)
* cpp.texi (-Wwhite-space): Remove.
(-Wall): -Wall does not imply -Wwhite-space.

From-SVN: r41409

gcc/ChangeLog
gcc/cpp.texi

index 452da430fe605c2e45ed096a80f33a0326b6000b..dd32a50b62430a63d70eaabb9de3d58fa3074edc 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * cpp.texi (-Wwhite-space): Remove.
+       (-Wall): -Wall does not imply -Wwhite-space.
+
 2001-04-17  Zack Weinberg  <zackw@stanford.edu>
 
        * dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined,
index 622e4b51253c76344277e8f7571eee81f99235a4..58544270cd61656fba1e7ed0f992f088375e3876 100644 (file)
@@ -3326,15 +3326,10 @@ only if @samp{-trigraphs} was also specified, but now works
 independently.  Warnings are not given for trigraphs within comments, as
 we feel this is obnoxious.
 
-@item -Wwhite-space
-@findex -Wwhite-space
-Warn about possible white space confusion, e.g. white space between a
-backslash and a newline.
-
 @item -Wall
 @findex -Wall
-Requests @samp{-Wcomment}, @samp{-Wtrigraphs}, and @samp{-Wwhite-space}
-(but not @samp{-Wtraditional} or @samp{-Wundef}).
+Requests @samp{-Wcomment} and @samp{-Wtrigraphs} (but not
+@samp{-Wtraditional} or @samp{-Wundef}).
 
 @item -Wtraditional
 @findex -Wtraditional