enable compile-time format string checking
------------------------------------------
Key: TS-1084
URL: https://issues.apache.org/jira/browse/TS-1084
Project: Traffic Server
Issue Type: Improvement
Components: Cleanup
Reporter: James Peach
Priority: Minor
Add format string checking.
Add format string checking to internal and external APIs that take
a printf(3) format string. No functional changes.
Fix all the resulting warnings
- time_t is formatted as long long for portability
- size_t became %zu
- pointers all became %p
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira