Commit 1f11f194 authored by Stefan Behnel's avatar Stefan Behnel

Reduce warning level in MSVC again since /W4 turns out to be excessive...

Reduce warning level in MSVC again since /W4 turns out to be excessive (complains about constant conditionals, for example).
parent 7d5b0d01
...@@ -73,7 +73,7 @@ build_script: ...@@ -73,7 +73,7 @@ build_script:
test: off test: off
test_script: test_script:
- "%PYTHON%\\Scripts\\pip.exe install -r test-requirements.txt" - "%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" - "%WITH_ENV% %PYTHON%\\python.exe runtests.py -vv --no-cpp --no-code-style -j5"
artifacts: artifacts:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment