mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-04 13:05:06 +00:00
Remove -Wsign-conversion from test builds.
This commit is contained in:
parent
53398ca702
commit
79835a5fa5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue