1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
Marcel Raad c90e48c005
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
2020-07-19 10:34:58 +02:00
..
2018-12-10 00:10:04 +01:00
2020-05-14 18:13:27 +02:00
2018-11-01 10:29:53 +01:00
2019-02-20 08:20:27 +01:00
2018-09-23 22:24:02 +00:00
2020-02-19 08:04:35 +01:00
2018-09-23 22:24:02 +00:00
2019-07-20 19:14:16 +02:00
2019-07-20 19:14:16 +02:00
2019-12-10 10:03:33 +01:00
2020-03-31 11:02:18 +02:00
2020-07-19 10:34:58 +02:00
2019-02-11 14:22:36 +01:00