invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref.

* doc/invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref.
	* doc/cppopts.texi (-MD): Likewise.

From-SVN: r116187
This commit is contained in:
Mike Stump 2006-08-16 20:36:23 +00:00 committed by Mike Stump
parent e1a1c424d2
commit e8c96d0901
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2006-08-16 Mike Stump <mrs@apple.com>
* doc/invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref.
* doc/cppopts.texi (-MD): Likewise.
2006-08-15 Danny Smith <dannysmith@users.sourceforge.net>
PR c/28287

View File

@ -305,7 +305,7 @@ basename of the input file and applies a @file{.d} suffix.
If @option{-MD} is used in conjunction with @option{-E}, any
@option{-o} switch is understood to specify the dependency output file
(but @pxref{dashMF,,-MF}), but if used without @option{-E}, each @option{-o}
(@pxref{dashMF,,-MF}), but if used without @option{-E}, each @option{-o}
is understood to specify a target object file.
Since @option{-E} is not implied, @option{-MD} can be used to generate

View File

@ -3291,10 +3291,10 @@ unable to be fixed to display these characters distinctly.
@item -Wno-deprecated-declarations
@opindex Wno-deprecated-declarations
Do not warn about uses of functions, variables, and types marked as
deprecated by using the @code{deprecated} attribute.
(@pxref{Function Attributes}, @pxref{Variable Attributes},
@pxref{Type Attributes}.)
Do not warn about uses of functions (@pxref{Function Attributes}),
variables (@pxref{Variable Attributes}), and types (@pxref{Type
Attributes}) marked as deprecated by using the @code{deprecated}
attribute.
@item -Wno-overflow
@opindex Wno-overflow