Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 929eb94

Browse files
ldorauigchor
authored andcommitted
Decrease Visual Studio warning level to W3
... to reduce the Appveyor build time.
1 parent abd2c25 commit 929eb94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ add_check_whitespace(tests-common ${CMAKE_CURRENT_SOURCE_DIR}/common/*.*pp)
3636
add_check_whitespace(tests-cmake ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt)
3737

3838
if(MSVC_VERSION)
39-
add_flag(-W4)
39+
add_flag(-W3)
4040
else()
4141
add_flag(-Wall)
4242
endif()

0 commit comments

Comments
 (0)