From: Martin Kronbichler Date: Thu, 8 Sep 2022 07:18:08 +0000 (+0200) Subject: Fix another warning about an unused variable X-Git-Tag: v9.5.0-rc1~983^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a986023c18e8117f98f883fedb42623ac665e509;p=dealii.git Fix another warning about an unused variable --- diff --git a/include/deal.II/lac/precondition.h b/include/deal.II/lac/precondition.h index 7f060aca6f..d5d143a68b 100644 --- a/include/deal.II/lac/precondition.h +++ b/include/deal.II/lac/precondition.h @@ -1198,6 +1198,7 @@ namespace internal const unsigned int i, const bool transposed) { + (void)transposed; using Number = typename VectorType::value_type; if (i == 0)