Skip to content

Commit

Permalink
Reduce warning level in MSVC again since /W4 turns out to be excessiv…
Browse files Browse the repository at this point in the history
…e (complains about constant conditionals, for example).
  • Loading branch information
scoder committed Nov 30, 2018
1 parent 7d5b0d0 commit 1f11f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ build_script:
test: off
test_script:
- "%PYTHON%\\Scripts\\pip.exe install -r test-requirements.txt"
- "set CFLAGS=/Od /W4"
- "set CFLAGS=/Od /W3"
- "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp --no-code-style -j5"

artifacts:
Expand Down

0 comments on commit 1f11f19

Please sign in to comment.