aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-06-14 16:07:10 +0200
committerMartin Liska <mliska@suse.cz>2021-06-14 16:07:10 +0200
commit046198673c3776e36ebe0542a86291ed7134fc40 (patch)
treee9949a0872479aa1d8adde446d650d5bce107552 /gcc
parent9b239c9147b0ea326dc8f9dc50ddabc1f309aec0 (diff)
downloadgcc-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.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/invoke.texi3
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.