From: Martin Liska Date: Mon, 14 Jun 2021 14:04:13 +0000 (+0200) Subject: docs: add missing newline X-Git-Tag: basepoints/gcc-13~6885 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b239c9147b0ea326dc8f9dc50ddabc1f309aec0;p=thirdparty%2Fgcc.git docs: add missing newline gcc/ChangeLog: * doc/invoke.texi: Add missing newline. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a62c2d225216..0a364506954e 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.