From: Junio C Hamano Date: Mon, 19 Nov 2018 07:24:40 +0000 (+0900) Subject: Merge branch 'tb/xcurl-off-t' X-Git-Tag: v2.20.0-rc1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=502fe438bf83f5db6026c278767decf2ce6395b0;p=thirdparty%2Fgit.git 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) --- 502fe438bf83f5db6026c278767decf2ce6395b0