From: Martin Kronbichler Date: Tue, 6 Sep 2022 05:55:49 +0000 (+0200) Subject: Fix a warning X-Git-Tag: v9.5.0-rc1~989^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d6b0e4b1e29f74c6b3186907e88293338c566b;p=dealii.git Fix a warning --- diff --git a/include/deal.II/lac/precondition.h b/include/deal.II/lac/precondition.h index 9162d1d863..680c03b6ca 100644 --- a/include/deal.II/lac/precondition.h +++ b/include/deal.II/lac/precondition.h @@ -1104,6 +1104,7 @@ namespace internal const unsigned int i, const bool transposed) { + (void)transposed; using Number = typename VectorType::value_type; if (i == 0)