diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-11-19 16:24:40 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-19 16:24:40 +0900 |
commit | 502fe438bf83f5db6026c278767decf2ce6395b0 (patch) | |
tree | 991e1ad6e31fcc8595b33489bac98c63d40d6177 /builtin/branch.c | |
parent | Merge branch 'nd/format-patch-cover-letter-stat-width' (diff) | |
parent | remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms) (diff) | |
download | tgif-502fe438bf83f5db6026c278767decf2ce6395b0.tar.xz |
Merge branch 'tb/xcurl-off-t'
The xcurl_off_t() helper function is used to cast size_t to
curl_off_t, but some compilers gave warnings against the code to
ensure the casting is done without wraparound, when size_t is
narrower than curl_off_t. This warning has been squelched.
* tb/xcurl-off-t:
remote-curl.c: xcurl_off_t is not portable (on 32 bit platfoms)
Diffstat (limited to 'builtin/branch.c')
0 files changed, 0 insertions, 0 deletions