From: Peter Munch Date: Wed, 2 Aug 2023 18:47:38 +0000 (+0200) Subject: Fix test X-Git-Tag: relicensing~625^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ee7b9127fa010ddffa3ca4fec373d5603cfda5;p=dealii.git Fix test --- diff --git a/include/deal.II/base/mpi_noncontiguous_partitioner.templates.h b/include/deal.II/base/mpi_noncontiguous_partitioner.templates.h index d6e2484dc9..ea2cc70ed0 100644 --- a/include/deal.II/base/mpi_noncontiguous_partitioner.templates.h +++ b/include/deal.II/base/mpi_noncontiguous_partitioner.templates.h @@ -327,6 +327,7 @@ namespace Utilities (void)requests; Assert(false, ExcNeedsMPI()); #else + (void)vector_operation; Assert(vector_operation == VectorOperation::add, ExcNotImplemented()); AssertDimension(requests.size(), recv_ranks.size() + send_ranks.size());