From: Daniel Arndt Date: Fri, 10 Feb 2023 14:18:05 +0000 (-0500) Subject: Try -diag-disable=16219 X-Git-Tag: v9.5.0-rc1~558^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14786%2Fhead;p=dealii.git Try -diag-disable=16219 --- diff --git a/cmake/setup_compiler_flags_intel.cmake b/cmake/setup_compiler_flags_intel.cmake index 0b7d70c4b2..08fee21e23 100644 --- a/cmake/setup_compiler_flags_intel.cmake +++ b/cmake/setup_compiler_flags_intel.cmake @@ -48,6 +48,7 @@ enable_if_supported(DEAL_II_CXX_FLAGS "-w2") # Disable remarks like "Inlining inhibited by limit max-size" # enable_if_supported(DEAL_II_CXX_FLAGS "-diag-disable=remark") +enable_if_supported(DEAL_II_CXX_FLAGS "-diag-disable=16219") # # Disable some warnings that lead to a lot of false positives: