From 74443372b01398fa9cd9a53e241a6274f5528c5e Mon Sep 17 00:00:00 2001 From: gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu, 28 Mar 2002 19:49:38 +0000 Subject: [PATCH] * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options and Objective-C Dialect Options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51526 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b1094d701e8c..4dbed16c04a7 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 8f51f2959826..b1e6d5dce40e 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 -- GitLab