docs: Fix -Wno-cpp note

gcc/ChangeLog:

	* doc/invoke.texi: Put r{...} on the same line as @item.
This commit is contained in:
Martin Liska 2021-06-14 16:07:10 +02:00
parent 9b239c9147
commit 046198673c

View file

@ -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.