Skip to content

Commit 5cc9da9

Browse files
committed
Disable issues with overflows in tests
Signed-off-by: Ian <[email protected]>
1 parent a664784 commit 5cc9da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if (MSVC)
4141
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR
4242
CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
4343
target_compile_options(ccmath-test PUBLIC
44-
-Wall -Wextra -Wno-pedantic -Wno-unused-function -Wno-sign-conversion
44+
-Wall -Wextra -Wno-pedantic -Wno-unused-function -Wno-sign-conversion -Wno-error=overflow
4545
)
4646
endif ()
4747

0 commit comments

Comments
 (0)