Fix a mismerge of the printf0 format checking patch from GCC 9 to GCC
12/13. GCC 11 and later don't warn for NULL format strings (instead a
separate nonnull attribute is used). The printf0 format specifier is
left for now to support builds of existing FreeBSD releases but will
be removed in the future.
Details
Details
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 58598 Build 55486: arc lint + arc unit
Event Timeline
Comment Actions
This looks good, but the way to test it is to change printf0 to printf on that one line :)