Skip to content

Commit 555e09c

Browse files
remove stringop-overread warning disable (fixed in locusrobotics#381)
1 parent 0ad7731 commit 555e09c

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 -Wno-stringop-overread)
69+
add_compile_options(-Wall -Werror -Wno-array-bounds)
7070
else()
7171
add_compile_options(-Wall -Werror)
7272
endif()

0 commit comments

Comments
 (0)