summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2020-07-16 18:52:03 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2020-07-19 10:34:58 +0200
commitc90e48c005c59a95c1e58e95c1bd9fbcc70c3b06 (patch)
tree16ede768d47e5e2dd08e0dd580a5e9486c62ade9 /winbuild
parent2998749850f88d83d2ce291bc8f0a8b5e33e9599 (diff)
downloadcurl-c90e48c005c59a95c1e58e95c1bd9fbcc70c3b06.tar.gz
util: silence conversion warnings
timeval::tv_usec might be a 32-bit integer and timespec::tv_nsec might be a 64-bit integer. This is the case when building for recent macOS versions, for example. Just treat tv_usec as an int, which should hopefully always be sufficient on systems with `HAVE_CLOCK_GETTIME_MONOTONIC`. Closes https://github.com/curl/curl/pull/5695
Diffstat (limited to 'winbuild')
0 files changed, 0 insertions, 0 deletions