Skip to content

Commit

Permalink
Wsign-conversion enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
OleErikPeistorpet committed Jun 2, 2024
1 parent f119f1c commit 44bc0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else()
if(MEM_BOUND_DEBUG)
target_compile_options(oel-test PRIVATE -fno-strict-aliasing)
endif()
target_compile_options(oel-test PRIVATE -Wall -Wextra -Wold-style-cast -Wshadow -Wconversion -Wno-sign-conversion)
target_compile_options(oel-test PRIVATE -Wall -Wextra -Wold-style-cast -Wshadow -Wconversion -Wsign-conversion)
endif()

target_link_libraries(oel-test gtest_main)

0 comments on commit 44bc0e4

Please sign in to comment.