]> granicus.if.org Git - curl/commit
tool_sleep: typecast to avoid macos compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jul 2017 08:27:12 +0000 (10:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jul 2017 08:27:36 +0000 (10:27 +0200)
commitc1d1a3448fccfee4242b14d8668a2e73752e321a
treefc1d76b0749383b6c345c648b2256788dea3e655
parentf50124f56614d1c270bd11c7bf32ddc2a8322b7e
tool_sleep: typecast to avoid macos compiler warning

tool_sleep.c:54:24: error: implicit conversion loses integer precision:
'long' to '__darwin_suseconds_t' (aka 'int')
[-Werror,-Wshorten-64-to-32]
src/tool_sleep.c