From b836060309c588f1c16fde0ef3cf83cc7c50766b Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Fri, 16 Apr 2010 08:38:14 -0400 Subject: [PATCH] typo fix From-SVN: r158415 --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5bca9892847..0e39234b3b4 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2808,7 +2808,7 @@ language-specific options also refer to @ref{C++ Dialect Options} and @ref{Objective-C and Objective-C++ Dialect Options}. When an unrecognized warning label is requested (e.g., -@option{-Wunknown-warning}, GCC will emit a diagnostic stating +@option{-Wunknown-warning}), GCC will emit a diagnostic stating that the option is not recognized. However, if the @samp{-Wno-} form is used, the behavior is slightly different: No diagnostic will be produced for @option{-Wno-unknown-warning} unless other diagnostics -- 2.11.4.GIT