From 22562ac0b03c15538af142b84b7749855d020f17 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 23 Nov 2022 21:05:47 +0100 Subject: [PATCH] Fix one more warning --- include/deal.II/numerics/vector_tools_constraints.templates.h | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5