diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2002-03-28 20:49:38 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2002-03-28 19:49:38 +0000 |
commit | 62aaa62c67cc251c508d04ca4a9abf80ea02a593 (patch) | |
tree | 33dffc3cf82c377b677052034eca63bc23de57b3 /gcc | |
parent | e1cfa830389eecd9116231c2e236a01f07ac68c0 (diff) | |
download | gcc-62aaa62c67cc251c508d04ca4a9abf80ea02a593.zip gcc-62aaa62c67cc251c508d04ca4a9abf80ea02a593.tar.gz gcc-62aaa62c67cc251c508d04ca4a9abf80ea02a593.tar.bz2 |
invoke.texi (Warning Options): Refer to C++ Dialect Options and Objective-C Dialect Options.
* doc/invoke.texi (Warning Options): Refer to C++ Dialect Options
and Objective-C Dialect Options.
From-SVN: r51526
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1094d7..4dbed16 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-03-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options + and Objective-C Dialect Options. + 2002-03-28 Richard Henderson <rth@redhat.com> * config/alpha/alpha.c (alpha_emit_conditional_branch): TFmode NE diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8f51f29..b1e6d5d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1749,7 +1749,9 @@ negative form beginning @samp{-Wno-} to turn off warnings; for example, @option{-Wno-implicit}. This manual lists only one of the two forms, whichever is not the default. -These options control the amount and kinds of warnings produced by GCC: +The following options control the amount and kinds of warnings produced +by GCC; for further, language-specific options also refer to +@ref{C++ Dialect Options} and @ref{Objective-C Dialect Options}. @table @gcctabopt @cindex syntax checking |