docs: add missing newline
gcc/ChangeLog: * doc/invoke.texi: Add missing newline.
This commit is contained in:
parent
f389f2a035
commit
9b239c9147
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue