diff options
author | Martin Liska <mliska@suse.cz> | 2021-06-14 16:05:30 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-06-14 16:05:30 +0200 |
commit | ae29e58bf3f7a1a1a4c2ceb35e50cd03f7124489 (patch) | |
tree | 1b3365b64422e5058cb4d12d0abc330c0a98bff6 | |
parent | 1775bce3a2c144c9a4dbea941298a14f01d2c6b3 (diff) | |
parent | 9b239c9147b0ea326dc8f9dc50ddabc1f309aec0 (diff) | |
download | gcc-ae29e58bf3f7a1a1a4c2ceb35e50cd03f7124489.zip gcc-ae29e58bf3f7a1a1a4c2ceb35e50cd03f7124489.tar.gz gcc-ae29e58bf3f7a1a1a4c2ceb35e50cd03f7124489.tar.bz2 |
Merge branch 'master' into devel/sphinx
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c4c3b42..6589aec 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5763,7 +5763,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. |