From: Guy Harris Date: Fri, 14 Sep 2018 02:19:38 +0000 (-0700) Subject: See if a newer MSVC will produce fewer warnings. X-Git-Tag: tcpdump-4.99-bp~1016 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/6795da23af1f0df9013634d4d2d22a7f8fe24e93 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. --- diff --git a/.appveyor.yml b/.appveyor.yml index 55f29b68..720b9c49 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,9 +15,9 @@ install: environment: matrix: - - GENERATOR: "Visual Studio 12 2013" + - GENERATOR: "Visual Studio 14 2015" SDK: WpdPack - - GENERATOR: "Visual Studio 12 2013 Win64" + - GENERATOR: "Visual Studio 14 2015 Win64" SDK: WpdPack build_script: