Skip to content

Commit

Permalink
remove unknown compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Nov 6, 2024
1 parent 20d67d6 commit 7318e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse_constraints/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ include(suitesparse-extras.cmake)
# plain_matrix_type<Src>::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()
Expand Down

0 comments on commit 7318e7a

Please sign in to comment.