From 177bebf9324075b6d278c62881b62a8a090fde65 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 21 Jan 2024 18:38:59 -0600 Subject: [PATCH] CMake: remove -Wno-assume for now --- cmake/setup_compiler_flags_gnu.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmake/setup_compiler_flags_gnu.cmake b/cmake/setup_compiler_flags_gnu.cmake index b0b50be901..dbc82ade86 100644 --- a/cmake/setup_compiler_flags_gnu.cmake +++ b/cmake/setup_compiler_flags_gnu.cmake @@ -176,12 +176,6 @@ if (CMAKE_BUILD_TYPE MATCHES "Release") # mode. # enable_if_supported(DEAL_II_CXX_FLAGS_RELEASE "-Wno-unused-local-typedefs") - - # - # We are using __builtin_assume in Assert in Release mode and the compiler is - # warning about ignored side effects which we don't care about. - # - enable_if_supported(DEAL_II_CXX_FLAGS_RELEASE "-Wno-assume") endif() -- 2.39.5