Skip to content

Commit

Permalink
Use W4 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
kainjow authored Dec 10, 2021
1 parent 410c599 commit 55e9d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ target_link_libraries(mustache-unit-tests PRIVATE mustache)
if (UNIX)
target_compile_options(mustache-unit-tests PRIVATE -Wall -Wextra -Werror -Wconversion)
elseif (MSVC)
target_compile_options(mustache-unit-tests PRIVATE /W3 /WX)
target_compile_options(mustache-unit-tests PRIVATE /W4 /WX)
endif()

0 comments on commit 55e9d4d

Please sign in to comment.