]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warning regarding unused parameter 6262/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 18 Apr 2018 19:12:11 +0000 (21:12 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 18 Apr 2018 19:12:11 +0000 (21:12 +0200)
source/lac/sparsity_tools.cc

index 45cd0df01ebaca9e1b9ef8e64afea1b8e04da4d5..5bba13cd7620db789371164e62b10b5c4fd3bd1c 100644 (file)
@@ -258,6 +258,7 @@ namespace SparsityTools
 
       Assert(cell_weights.size() == 0,
              ExcMessage("The cell weighting functionality for Zoltan has not yet been implemented."));
+      (void) cell_weights;
 
       //MPI environment must have been initialized by this point.
       std::unique_ptr<Zoltan> zz = std_cxx14::make_unique<Zoltan>(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.