Commit 0d692355 by Jakub Jelinek Committed by Jakub Jelinek

cpp.texi (-Wwhite-space): Remove.

	* cpp.texi (-Wwhite-space): Remove.
	(-Wall): -Wall does not imply -Wwhite-space.

From-SVN: r41409
parent 41251458
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> 2001-04-17 Zack Weinberg <zackw@stanford.edu>
* dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined, * dbxout.c (dbxout_init): If DBX_OUTPUT_GCC_MARKER is defined,
......
...@@ -3326,15 +3326,10 @@ only if @samp{-trigraphs} was also specified, but now works ...@@ -3326,15 +3326,10 @@ only if @samp{-trigraphs} was also specified, but now works
independently. Warnings are not given for trigraphs within comments, as independently. Warnings are not given for trigraphs within comments, as
we feel this is obnoxious. 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 @item -Wall
@findex -Wall @findex -Wall
Requests @samp{-Wcomment}, @samp{-Wtrigraphs}, and @samp{-Wwhite-space} Requests @samp{-Wcomment} and @samp{-Wtrigraphs} (but not
(but not @samp{-Wtraditional} or @samp{-Wundef}). @samp{-Wtraditional} or @samp{-Wundef}).
@item -Wtraditional @item -Wtraditional
@findex -Wtraditional @findex -Wtraditional
......
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