From c0e7d2c2c51262ea721809269085259175daea76 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 25 Nov 2024 08:31:49 +0100 Subject: [PATCH] Disable CGAL warning --- source/cgal/intersections.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/cgal/intersections.cc b/source/cgal/intersections.cc index 3bdf3bf481..c7d010f829 100644 --- a/source/cgal/intersections.cc +++ b/source/cgal/intersections.cc @@ -27,7 +27,10 @@ # include +DEAL_II_DISABLE_EXTRA_DIAGNOSTICS # include +DEAL_II_ENABLE_EXTRA_DIAGNOSTICS + # include # include # include -- 2.39.5