Skip to content

Commit 0ad7731

Browse files
try disabling -Wstringop-overread
1 parent 94d2f15 commit 0ad7731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuse_constraints/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ include(suitesparse-extras.cmake)
6666
# 850 | typename plain_matrix_type<Src>::type tmp(src);
6767
# | ^~~
6868
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)
69+
add_compile_options(-Wall -Werror -Wno-array-bounds -Wno-stringop-overread)
7070
else()
7171
add_compile_options(-Wall -Werror)
7272
endif()

0 commit comments

Comments
 (0)