]> The Tcpdump Group git mirrors - tcpdump/commit
See if a newer MSVC will produce fewer warnings.
authorGuy Harris <[email protected]>
Fri, 14 Sep 2018 02:19:38 +0000 (19:19 -0700)
committerGuy Harris <[email protected]>
Fri, 14 Sep 2018 02:19:38 +0000 (19:19 -0700)
commit6795da23af1f0df9013634d4d2d22a7f8fe24e93
treed2591af812fdaa5bbfd57e9fe030341ea64377e3
parent7c36677950b077274c56fd55de5d66f88f121d9d
See if a newer MSVC will produce fewer warnings.

Some of the narrowing warnings are false positives; newer versions of
Clang do a better job than older ones of determining the range of values
of expressions, and don't warn if the range is such that it can be
safely narrowed, so maybe the same is true of MSVC.
.appveyor.yml