]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning 14603/head
authorPeter Munch <peterrmuench@gmail.com>
Wed, 21 Dec 2022 17:13:50 +0000 (18:13 +0100)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 21 Dec 2022 17:13:50 +0000 (18:13 +0100)
source/lac/petsc_parallel_block_sparse_matrix.cc

index 4d0accae14f251e329e3a960b02eeca8d784cb7d..a290cfb602bc1cc7b9032b2aba699e769a384440 100644 (file)
@@ -35,6 +35,7 @@ namespace PETScWrappers
     BlockSparseMatrix::~BlockSparseMatrix()
     {
       PetscErrorCode ierr = destroy_matrix(petsc_nest_matrix);
+      (void)ierr;
       AssertNothrow(ierr == 0, ExcPETScError(ierr));
     }
 

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.