]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix unsed warning 14265/head
authorPeter Munch <peterrmuench@gmail.com>
Tue, 13 Sep 2022 07:58:33 +0000 (09:58 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Tue, 13 Sep 2022 07:59:34 +0000 (09:59 +0200)
include/deal.II/lac/sparse_matrix_tools.h

index be5a7d7372302f6d18f5576e362464be3844e3f8..7250eb51a8b34f73738b62193d5161566d8d809a 100644 (file)
@@ -198,6 +198,7 @@ namespace SparseMatrixTools
     MPI_Comm
     get_mpi_communicator(const SparseMatrixType &sparse_matrix)
     {
+      (void)sparse_matrix;
       return MPI_COMM_SELF;
     }
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.