]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning about a variable that is unused in release mode. 5796/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 24 Jan 2018 21:57:08 +0000 (14:57 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 24 Jan 2018 21:57:08 +0000 (14:57 -0700)
source/distributed/shared_tria.cc

index 948a2bf5a774d8976ae12b504e0a478ec5b5832f..1c0303ece6bd022872e73a60de7a2fecdc16bf27 100644 (file)
@@ -46,6 +46,7 @@ namespace parallel
       const auto partition_settings
         = (partition_zoltan | partition_metis |
            partition_zorder | partition_custom_signal) & settings;
+      (void)partition_settings;
       Assert(partition_settings == partition_auto ||
              partition_settings == partition_metis ||
              partition_settings == partition_zoltan ||

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.