Commit 25a5787d by Martin Sebor Committed by Martin Sebor

invoke.texi (-Wformat-truncation=1): Fix typo.

gcc/ChangeLog:
	* doc/invoke.texi (-Wformat-truncation=1): Fix typo.

From-SVN: r245038
parent 3cf88bff
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> 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
PR lto/79061 PR lto/79061
......
...@@ -4105,7 +4105,7 @@ logic @option{-Wformat-overflow}. ...@@ -4105,7 +4105,7 @@ logic @option{-Wformat-overflow}.
Level @var{1} of @option{-Wformat-truncation} enabled by @option{-Wformat} Level @var{1} of @option{-Wformat-truncation} enabled by @option{-Wformat}
employs a conservative approach that warns only about calls to bounded employs a conservative approach that warns only about calls to bounded
functions whose return value is unused and that will most likely result functions whose return value is unused and that will most likely result
in output truncatation. in output truncation.
@item -Wformat-truncation=2 @item -Wformat-truncation=2
Level @var{2} warns also about calls to bounded functions whose return Level @var{2} warns also about calls to bounded functions whose return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment