diff options
| -rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5bca989..0e39234 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 |
