diff options
author | Martin Liska <mliska@suse.cz> | 2021-06-14 16:07:10 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-06-14 16:07:10 +0200 |
commit | 046198673c3776e36ebe0542a86291ed7134fc40 (patch) | |
tree | e9949a0872479aa1d8adde446d650d5bce107552 | |
parent | 9b239c9147b0ea326dc8f9dc50ddabc1f309aec0 (diff) | |
download | gcc-046198673c3776e36ebe0542a86291ed7134fc40.zip gcc-046198673c3776e36ebe0542a86291ed7134fc40.tar.gz gcc-046198673c3776e36ebe0542a86291ed7134fc40.tar.bz2 |
docs: Fix -Wno-cpp note
gcc/ChangeLog:
* doc/invoke.texi: Put r{...} on the same line as @item.
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0a36450..510f24e 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. |