diff --git a/fuse_constraints/CMakeLists.txt b/fuse_constraints/CMakeLists.txt index 5f3a5d4c..f88a5443 100644 --- a/fuse_constraints/CMakeLists.txt +++ b/fuse_constraints/CMakeLists.txt @@ -116,7 +116,7 @@ include(suitesparse-extras.cmake) # plain_matrix_type::type tmp(src); | ^~~ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 12.0) - add_compile_options(-Wall -Werror -Wno-array-bounds -Wno-stringop-overread) + add_compile_options(-Wall -Werror -Wno-array-bounds) else() add_compile_options(-Wall -Werror) endif()