build: fix possible -Wformat-overflow
in lib557 with test bundle builds
#15012
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
lib557: suppress
-Wformat-overflow
warning in source.Fixes:
Ref: https://app.circleci.com/pipelines/github/curl/curl/10226/workflows/87642ee9-cda6-4916-8206-c82aac5f595e/jobs/107669?invite=true#step-106-40996_46
The root cause of why this option gets enabled remains undiscovered.
Reported-by: Daniel Stenberg
Fixes gcc-9 printf format warnings in lib557.c #15008
Follow-up to 71cf0d1 tests: speed up builds with single-binary test bundles #14772
build: drop
-Wno-format-overflow
from picky warning list.These options only get used with picky warnings enabled.
Follow-up to 145f87b build: use -Wno-format-overflow #14598
unit1652: suppress in source (and not rely on picky warnings anymore.)