From: Uwe Koecher Date: Mon, 27 Aug 2012 13:14:20 +0000 (+0000) Subject: removed (comment) operation parameter from compress function in line 2592 of trilinos... X-Git-Tag: v8.0.0~2236 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5edc4e1b785ab387945a32dd3e395c515d99d7e2;p=dealii.git removed (comment) operation parameter from compress function in line 2592 of trilinos_sparse_matrix.h, because it is a unused parameter (-Wunused-paramter warning was thrown) git-svn-id: https://svn.dealii.org/trunk@26129 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h b/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h index 696d0e8e4b..7c61cbd157 100644 --- a/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h +++ b/deal.II/include/deal.II/lac/trilinos_sparse_matrix.h @@ -2589,7 +2589,7 @@ namespace TrilinosWrappers inline void - SparseMatrix::compress (::dealii::VectorOperation::values operation) + SparseMatrix::compress (::dealii::VectorOperation::values /*operation*/) { // flush buffers int ierr;