invoke.texi (-Wformat-truncation=1): Fix typo.
gcc/ChangeLog: * doc/invoke.texi (-Wformat-truncation=1): Fix typo. From-SVN: r245038
This commit is contained in:
parent
3cf88bffdb
commit
25a5787d46
@ -1,3 +1,7 @@
|
||||
2017-01-30 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
* doc/invoke.texi (-Wformat-truncation=1): Fix typo.
|
||||
|
||||
2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
|
||||
|
||||
PR lto/79061
|
||||
|
@ -4105,7 +4105,7 @@ logic @option{-Wformat-overflow}.
|
||||
Level @var{1} of @option{-Wformat-truncation} enabled by @option{-Wformat}
|
||||
employs a conservative approach that warns only about calls to bounded
|
||||
functions whose return value is unused and that will most likely result
|
||||
in output truncatation.
|
||||
in output truncation.
|
||||
|
||||
@item -Wformat-truncation=2
|
||||
Level @var{2} warns also about calls to bounded functions whose return
|
||||
|
Loading…
Reference in New Issue
Block a user