Skip to content

Commit

Permalink
Disable issues with overflows in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ian <[email protected]>
  • Loading branch information
Rinzii committed Jan 25, 2025
1 parent a664784 commit 5cc9da9
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 @@ -41,7 +41,7 @@ if (MSVC)
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR
CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
target_compile_options(ccmath-test PUBLIC
-Wall -Wextra -Wno-pedantic -Wno-unused-function -Wno-sign-conversion
-Wall -Wextra -Wno-pedantic -Wno-unused-function -Wno-sign-conversion -Wno-error=overflow
)
endif ()

Expand Down

0 comments on commit 5cc9da9

Please sign in to comment.