Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies/O2CompileFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ endif()
# and the lost bit does not matter to a test's random input, so warn rather
# than fail. It reddened every macOS-arm alidist rebuild until covered.
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
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")
o2_build_warning_flags(PREFIX "-Wno-error="
OUTPUTVARNAME O2_NEW_COMPILER_NO_ERROR_FLAGS
WARNINGS ${O2_NEW_COMPILER_WARNINGS_NO_ERROR})
Expand Down