From: Martin Liska Date: Mon, 14 Jun 2021 14:07:10 +0000 (+0200) Subject: docs: Fix -Wno-cpp note X-Git-Tag: basepoints/gcc-13~6884 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046198673c3776e36ebe0542a86291ed7134fc40;p=thirdparty%2Fgcc.git docs: Fix -Wno-cpp note gcc/ChangeLog: * doc/invoke.texi: Put r{...} on the same line as @item. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0a364506954e..510f24e55aba 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5806,8 +5806,7 @@ error. @option{-Wno-coverage-invalid-line-number} can be used to disable the warning or @option{-Wno-error=coverage-invalid-line-number} can be used to disable the error. -@item -Wno-cpp -@r{(C, Objective-C, C++, Objective-C++ and Fortran only)} +@item -Wno-cpp @r{(C, Objective-C, C++, Objective-C++ and Fortran only)} @opindex Wno-cpp @opindex Wcpp Suppress warning messages emitted by @code{#warning} directives.