Skip to content

Commit

Permalink
Don't set errors-as-warnings for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed May 6, 2024
1 parent bb0042f commit fc91b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(MSVC)
# Don't merge identical functions into a single one
/OPT:NOICF
)
target_compile_options(rcmp-tests PRIVATE /W4 /WX)
target_compile_options(rcmp-tests PRIVATE /W4)
else()
target_compile_options(rcmp-tests PRIVATE -Wall -Wextra -pedantic -Wno-attributes -Werror)
target_compile_options(rcmp-tests PRIVATE -Wall -Wextra -pedantic -Wno-attributes)
endif()

0 comments on commit fc91b95

Please sign in to comment.