From 0d692355b98ffee1c54eb8b4f3e2f5e0a93b2b54 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 18 Apr 2001 14:40:56 +0200 Subject: [PATCH] cpp.texi (-Wwhite-space): Remove. * cpp.texi (-Wwhite-space): Remove. (-Wall): -Wall does not imply -Wwhite-space. From-SVN: r41409 --- gcc/ChangeLog | 5 +++++ gcc/cpp.texi | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 452da430fe6..dd32a50b624 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-04-18 Jakub Jelinek + + * cpp.texi (-Wwhite-space): Remove. + (-Wall): -Wall does not imply -Wwhite-space. + 2001-04-17 Zack Weinberg * dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined, diff --git a/gcc/cpp.texi b/gcc/cpp.texi index 622e4b51253..58544270cd6 100644 --- a/gcc/cpp.texi +++ b/gcc/cpp.texi @@ -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 -- 2.30.2