mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 19:01:17 +08:00
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:
parent
e1a1c424d2
commit
e8c96d0901
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user