Skip to content

Commit

Permalink
Increase warning level in appveyor builds (could also use "/Wall", bu…
Browse files Browse the repository at this point in the history
…t let's see how spammy /W4 is).
  • Loading branch information
scoder committed Nov 24, 2018
1 parent 1cdfe5e commit 3bc22a9
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"
- "set CFLAGS=/Od /W4"
- "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp --no-code-style -j5"

artifacts:
Expand Down

0 comments on commit 3bc22a9

Please sign in to comment.