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 def055c commit 411f052Copy full SHA for 411f052
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 -Wno-stringop-overread)
+ add_compile_options(-Wall -Werror -Wno-array-bounds)
70
else()
71
add_compile_options(-Wall -Werror)
72
endif()
0 commit comments