diff options
author | Jakub Jelinek <jakub@redhat.com> | 2001-04-18 14:40:56 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2001-04-18 14:40:56 +0200 |
commit | 0d692355b98ffee1c54eb8b4f3e2f5e0a93b2b54 (patch) | |
tree | 5eaa5eae1055b92ac597691f3cf49c3f293f6754 /gcc | |
parent | 41251458b541f16432a1d6af51a9c935bcfea815 (diff) | |
download | gcc-0d692355b98ffee1c54eb8b4f3e2f5e0a93b2b54.zip gcc-0d692355b98ffee1c54eb8b4f3e2f5e0a93b2b54.tar.gz gcc-0d692355b98ffee1c54eb8b4f3e2f5e0a93b2b54.tar.bz2 |
cpp.texi (-Wwhite-space): Remove.
* cpp.texi (-Wwhite-space): Remove.
(-Wall): -Wall does not imply -Wwhite-space.
From-SVN: r41409
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/cpp.texi | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 452da43..dd32a50 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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, diff --git a/gcc/cpp.texi b/gcc/cpp.texi index 622e4b5..5854427 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 |