There was an error while loading. Please reload this page.
1 parent 1de80c9 commit 88209dbCopy full SHA for 88209db
1 file changed
dependencies/O2CompileFlags.cmake
@@ -102,7 +102,7 @@ endif()
102
# and the lost bit does not matter to a test's random input, so warn rather
103
# than fail. It reddened every macOS-arm alidist rebuild until covered.
104
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
105
- set(O2_NEW_COMPILER_WARNINGS_NO_ERROR "nontrivial-memcall;deprecated-literal-operator;final-dtor-non-final-class;nonnull;implicit-const-int-float-conversion")
+ set(O2_NEW_COMPILER_WARNINGS_NO_ERROR "nontrivial-memcall;deprecated-literal-operator;final-dtor-non-final-class;nonnull;implicit-const-int-float-conversion;dangling-assignment-gsl")
106
o2_build_warning_flags(PREFIX "-Wno-error="
107
OUTPUTVARNAME O2_NEW_COMPILER_NO_ERROR_FLAGS
108
WARNINGS ${O2_NEW_COMPILER_WARNINGS_NO_ERROR})
0 commit comments