Skip to content

Commit de0b458

Browse files
committed
remove unused flags
1 parent 778ac0e commit de0b458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if(NOT TEST_INSTALLED_VERSION)
6565
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")
6666
target_compile_options(modbuscpp PUBLIC -Wall -pedantic -Wextra) # -Werror)
6767
elseif(MSVC)
68-
target_compile_options(modbuscpp PUBLIC /W4 /WX)
68+
target_compile_options(modbuscpp PUBLIC /W4) # /WX)
6969
target_compile_definitions(modbuscpp_tests PUBLIC DOCTEST_CONFIG_USE_STD_HEADERS)
7070
endif()
7171
endif()

0 commit comments

Comments
 (0)