From: David Wells <drwells@email.unc.edu>
Date: Sat, 25 May 2024 20:21:05 +0000 (-0400)
Subject: Avoid a misleading indentation warning.
X-Git-Tag: v9.6.0-rc1~218^2~1
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a8d68ec2f8aea17694ecb9ba6bf2e10ebe9a5e;p=dealii.git

Avoid a misleading indentation warning.
---

diff --git a/include/deal.II/numerics/rtree.h b/include/deal.II/numerics/rtree.h
index 2ee8a697f6..262c217e99 100644
--- a/include/deal.II/numerics/rtree.h
+++ b/include/deal.II/numerics/rtree.h
@@ -24,9 +24,11 @@
 #include <deal.II/boost_adaptors/point.h>
 #include <deal.II/boost_adaptors/segment.h>
 
+DEAL_II_DISABLE_EXTRA_DIAGNOSTICS
 #include <boost/geometry/algorithms/distance.hpp>
 #include <boost/geometry/index/rtree.hpp>
 #include <boost/geometry/strategies/strategies.hpp>
+DEAL_II_ENABLE_EXTRA_DIAGNOSTICS
 
 #include <memory>