summaryrefslogtreecommitdiff
path: root/Documentation/git-get-tar-commit-id.txt
diff options
context:
space:
mode:
authorLibravatar Ramsay Jones <ramsay@ramsayjones.plus.com>2015-11-12 00:07:42 +0000
committerLibravatar Jeff King <peff@peff.net>2015-11-11 19:10:41 -0500
commit838ecf0b0f0c66d137065303231e04f85c74c5e3 (patch)
tree7a007072be82df2d2c133cf0228648ce40fc630a /Documentation/git-get-tar-commit-id.txt
parenthttp: use off_t to store partial file size (diff)
downloadtgif-838ecf0b0f0c66d137065303231e04f85c74c5e3.tar.xz
http: fix some printf format warnings
Commit f8117f55 ("http: use off_t to store partial file size", 02-11-2015) changed the type of some variables from long to off_t. Unfortunately, the off_t type is not portable and can be represented by several different actual types (even multiple types on the same platform). This makes it difficult to print an off_t variable in a platform independent way. As a result, this commit causes gcc to issue some printf format warnings on a couple of different platforms. In order to suppress the warnings, change the format specifier to use the PRIuMAX macro and cast the off_t argument to uintmax_t. (See also the http_opt_request_remainder() function, which uses the same solution). Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'Documentation/git-get-tar-commit-id.txt')
0 files changed, 0 insertions, 0 deletions