We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778ac0e commit de0b458Copy full SHA for de0b458
test/CMakeLists.txt
@@ -65,7 +65,7 @@ if(NOT TEST_INSTALLED_VERSION)
65
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")
66
target_compile_options(modbuscpp PUBLIC -Wall -pedantic -Wextra) # -Werror)
67
elseif(MSVC)
68
- target_compile_options(modbuscpp PUBLIC /W4 /WX)
+ target_compile_options(modbuscpp PUBLIC /W4) # /WX)
69
target_compile_definitions(modbuscpp_tests PUBLIC DOCTEST_CONFIG_USE_STD_HEADERS)
70
endif()
71
0 commit comments