From: Martin Kronbichler Date: Wed, 23 Nov 2022 20:05:47 +0000 (+0100) Subject: Fix one more warning X-Git-Tag: v9.5.0-rc1~821^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22562ac0b03c15538af142b84b7749855d020f17;p=dealii.git Fix one more warning --- diff --git a/include/deal.II/numerics/vector_tools_constraints.templates.h b/include/deal.II/numerics/vector_tools_constraints.templates.h index 60f5d6cd70..b941e2cdbe 100644 --- a/include/deal.II/numerics/vector_tools_constraints.templates.h +++ b/include/deal.II/numerics/vector_tools_constraints.templates.h @@ -1537,6 +1537,7 @@ namespace VectorTools } AssertDimension(n_total_constraints_found, no_normal_flux_constraints.n_constraints()); + (void)n_total_constraints_found; }