From 29cb95ce2548d212ea6921e06a15df502e3215ec Mon Sep 17 00:00:00 2001
From: Daniel Arndt <arndtd@ornl.gov>
Date: Fri, 10 Feb 2023 09:18:05 -0500
Subject: [PATCH] Try -diag-disable=16219

---
 cmake/setup_compiler_flags_intel.cmake | 1 +
 1 file changed, 1 insertion(+)

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:
-- 
2.39.5