From: Timo Heister Date: Thu, 15 Aug 2024 15:19:05 +0000 (-0400) Subject: one more X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17537%2Fhead;p=dealii.git one more --- diff --git a/source/distributed/tria.cc b/source/distributed/tria.cc index f553c698f8..623822953d 100644 --- a/source/distributed/tria.cc +++ b/source/distributed/tria.cc @@ -3200,10 +3200,10 @@ namespace parallel template DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim)) std::vector Triangulation:: - find_point_owner_rank( - [[maybe_unused]] const std::vector> &points) + find_point_owner_rank(const std::vector> &points) { # ifndef P4EST_SEARCH_LOCAL + (void)points; AssertThrow( false, ExcMessage(