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 94d2f15 commit 0ad7731Copy full SHA for 0ad7731
fuse_constraints/CMakeLists.txt
@@ -66,7 +66,7 @@ include(suitesparse-extras.cmake)
66
# 850 | typename plain_matrix_type<Src>::type tmp(src);
67
# | ^~~
68
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 12.0)
69
- add_compile_options(-Wall -Werror -Wno-array-bounds)
+ add_compile_options(-Wall -Werror -Wno-array-bounds -Wno-stringop-overread)
70
else()
71
add_compile_options(-Wall -Werror)
72
endif()
0 commit comments