We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a664784 commit 5cc9da9Copy full SHA for 5cc9da9
tests/CMakeLists.txt
@@ -41,7 +41,7 @@ if (MSVC)
41
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR
42
CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
43
target_compile_options(ccmath-test PUBLIC
44
- -Wall -Wextra -Wno-pedantic -Wno-unused-function -Wno-sign-conversion
+ -Wall -Wextra -Wno-pedantic -Wno-unused-function -Wno-sign-conversion -Wno-error=overflow
45
)
46
endif ()
47
0 commit comments