]> granicus.if.org Git - curl/commit
timeval: Disable MSVC Analyzer GetTickCount warning
authorMichael Kujawa <kujo@insightfulengine.com>
Sat, 5 Jan 2019 01:18:25 +0000 (20:18 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Mon, 28 Jan 2019 06:16:00 +0000 (01:16 -0500)
commitb0a43aade1c786f5c15d6a9fc478c7ae305d8db6
treeb293c11abfbb608748efa92fe6e6e34201e82565
parent179311ec37ffed5b88f446f4348993a51a168abd
timeval: Disable MSVC Analyzer GetTickCount warning

Compiling with msvc /analyze and a recent Windows SDK warns against
using GetTickCount (Suggests to use GetTickCount64 instead.)

Since GetTickCount is only being used when GetTickCount64 isn't
available, I am disabling that warning.

Fixes https://github.com/curl/curl/issues/3437
Closes https://github.com/curl/curl/pull/3440
lib/timeval.c