diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-09-13 19:19:38 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-09-13 19:19:38 -0700 |
commit | 6795da23af1f0df9013634d4d2d22a7f8fe24e93 (patch) | |
tree | d2591af812fdaa5bbfd57e9fe030341ea64377e3 /.appveyor.yml | |
parent | 7c36677950b077274c56fd55de5d66f88f121d9d (diff) | |
download | tcpdump-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.yml | 4 |
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: |