From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 89C74384841B; Mon, 14 Jun 2021 14:08:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89C74384841B MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-1429] docs: Fix -Wno-cpp note X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 9b239c9147b0ea326dc8f9dc50ddabc1f309aec0 X-Git-Newrev: 046198673c3776e36ebe0542a86291ed7134fc40 Message-Id: <20210614140818.89C74384841B@sourceware.org> Date: Mon, 14 Jun 2021 14:08:18 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 14:08:18 -0000 https://gcc.gnu.org/g:046198673c3776e36ebe0542a86291ed7134fc40 commit r12-1429-g046198673c3776e36ebe0542a86291ed7134fc40 Author: Martin Liska Date: Mon Jun 14 16:07:10 2021 +0200 docs: Fix -Wno-cpp note gcc/ChangeLog: * doc/invoke.texi: Put r{...} on the same line as @item. Diff: --- gcc/doc/invoke.texi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0a364506954..510f24e55ab 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.