[
https://issues.apache.org/jira/browse/TS-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865690#comment-13865690
]
James Peach edited comment on TS-2478 at 1/8/14 6:05 PM:
---------------------------------------------------------
Using {{%lld}} for 64bit integer formatting is not portable, and will produce
warnings on some platforms. These should all use the {{PRIu64}} or {{PRId64}}
macros.
was (Author: jamespeach):
Using {{%lld}} for 64bit integer formatting is not portable, and will produce
warnings on some platforms. These should all use the {{PRIu64}} or {{PRId64}
macros.
> Fix multiple format string errors in C++ API
> --------------------------------------------
>
> Key: TS-2478
> URL: https://issues.apache.org/jira/browse/TS-2478
> Project: Traffic Server
> Issue Type: Bug
> Components: TS API
> Reporter: Radim Kolar
> Assignee: Brian Geffon
> Fix For: 4.2.0
>
> Attachments: patch-async-httpfetch, patch-gzip-deflate-log,
> patch-gzip-inflate, patch-transformationplugin-format
>
>
> Cleaned rest of errors found by clang static analyzer 3.3
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)