summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-09-13 19:19:38 -0700
committerGuy Harris <guy@alum.mit.edu>2018-09-13 19:19:38 -0700
commit6795da23af1f0df9013634d4d2d22a7f8fe24e93 (patch)
treed2591af812fdaa5bbfd57e9fe030341ea64377e3 /.appveyor.yml
parent7c36677950b077274c56fd55de5d66f88f121d9d (diff)
downloadtcpdump-6795da23af1f0df9013634d4d2d22a7f8fe24e93.tar.gz
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.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
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: