From: Daniel Arndt Date: Wed, 28 Feb 2024 19:11:57 +0000 (-0500) Subject: TpetraWrappers::SparseMatrix: Fix unused paramter in SparseMatrix::compress X-Git-Tag: v9.6.0-rc1~516^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16702%2Fhead;p=dealii.git TpetraWrappers::SparseMatrix: Fix unused paramter in SparseMatrix::compress --- diff --git a/include/deal.II/lac/trilinos_tpetra_sparse_matrix.templates.h b/include/deal.II/lac/trilinos_tpetra_sparse_matrix.templates.h index 4a49d36982..a421e8723e 100644 --- a/include/deal.II/lac/trilinos_tpetra_sparse_matrix.templates.h +++ b/include/deal.II/lac/trilinos_tpetra_sparse_matrix.templates.h @@ -1378,8 +1378,7 @@ namespace LinearAlgebra template void - SparseMatrix::compress( - [[maybe_unused]] VectorOperation::values operation) + SparseMatrix::compress(VectorOperation::values) { if (!compressed) {