]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a warning in release mode. 4283/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 18 Apr 2017 22:38:49 +0000 (16:38 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 18 Apr 2017 22:38:49 +0000 (16:38 -0600)
source/lac/slepc_solver.cc

index ea91456bce363dc4568c8c6c27a95a196f03c14b..e7f434c5f2ade4282cc15dc79798c6dd0cf26d8e 100644 (file)
@@ -68,6 +68,7 @@ namespace SLEPcWrappers
 #else
         const PetscErrorCode ierr = EPSDestroy (&eps);
 #endif
+        (void)ierr;
         AssertNothrow (ierr == 0, ExcSLEPcError(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.