Commit 977cc2e1 by Richard Kenner

Formerly cpp.texi.~30~

From-SVN: r13873
parent e5bad25e
......@@ -2630,13 +2630,17 @@ comment, or whenever a Backslash-Newline appears in a @samp{//} comment.
@item -Wall
@findex -Wall
Requests both @samp{-Wtrigraphs} and @samp{-Wcomment} (but not
@samp{-Wtraditional}).
@samp{-Wtraditional} or @samp{-Wundef}).
@item -Wtraditional
@findex -Wtraditional
Warn about certain constructs that behave differently in traditional and
ANSI C@.
@item -Wundef
@findex -Wundef
Warn if an undefined identifier is evaluated in an @samp{#if} directive.
@item -I @var{directory}
@findex -I
Add the directory @var{directory} to the head of the list of
......
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