mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 12:03:44 +08:00
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.
This commit is contained in:
parent
7c36677950
commit
6795da23af
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user