aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-06-14 16:04:13 +0200
committerMartin Liska <mliska@suse.cz>2021-06-14 16:04:13 +0200
commit9b239c9147b0ea326dc8f9dc50ddabc1f309aec0 (patch)
tree32a57e78f2bf54e022b44f187f3daa5c099849a3
parentf389f2a03527de610d3dd1bae9b54a61419ac5d8 (diff)
downloadgcc-9b239c9147b0ea326dc8f9dc50ddabc1f309aec0.zip
gcc-9b239c9147b0ea326dc8f9dc50ddabc1f309aec0.tar.gz
gcc-9b239c9147b0ea326dc8f9dc50ddabc1f309aec0.tar.bz2
docs: add missing newline
gcc/ChangeLog: * doc/invoke.texi: Add missing newline.
-rw-r--r--gcc/doc/invoke.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index a62c2d2..0a36450 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -5800,7 +5800,8 @@ Completely disabling the warning is not recommended.
Warn in case a function ends earlier than it begins due
to an invalid linenum macros. The warning is emitted only
with @option{--coverage} enabled.
- By default, this warning is enabled and is treated as an
+
+By default, this warning is enabled and is treated as an
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.