Skip to content

Commit

Permalink
Remove -Wsign-conversion from test builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemtrif committed Dec 28, 2022
1 parent 53398ca commit 79835a5
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 @@ -13,7 +13,7 @@ target_link_libraries(noexceptionstests PRIVATE utf8::cpp)

target_compile_options(${PROJECT_NAME} INTERFACE
$<$<CXX_COMPILER_ID:MSVC>:/W4>
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wall -Wextra -Wpedantic -Wconversion -Wsign-conversion>)
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wall -Wextra -Wpedantic -Wconversion>)

target_compile_options(noexceptionstests PUBLIC -fno-exceptions)

Expand Down

0 comments on commit 79835a5

Please sign in to comment.