We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c37f8e commit 6bc5962Copy full SHA for 6bc5962
test/CMakeLists.txt
@@ -22,7 +22,7 @@ set_target_properties(${PROJECT_NAME}Tests PROPERTIES CXX_STANDARD 17)
22
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")
23
target_compile_options(${PROJECT_NAME} PUBLIC -Wall -Wpedantic -Wextra -Werror)
24
elseif(MSVC)
25
- target_compile_options(${PROJECT_NAME} PUBLIC /W4 /WX)
+ target_compile_options(${PROJECT_NAME} PUBLIC /W4 /WX /wd4819)
26
target_compile_definitions(${PROJECT_NAME}Tests PUBLIC DOCTEST_CONFIG_USE_STD_HEADERS)
27
endif()
28
0 commit comments