]> granicus.if.org Git - curl/commit
tvnow: silence conversion warnings
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 1 Jan 2019 17:03:11 +0000 (18:03 +0100)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 1 Jan 2019 17:04:24 +0000 (18:04 +0100)
commit46c89348b973b1088a4310e740def9859ef05408
treee7f06a76ee404e9487588b902bcba9bb9aac2262
parent01ba09e25a552be8436dc788bac969c0cb046711
tvnow: silence conversion warnings

MinGW-w64 defaults to targeting Windows 7 now, so GetTickCount64 is
used and the milliseconds are represented as unsigned long long,
leading to a compiler warning when implicitly converting them to long.
src/tool_util.c
tests/server/util.c