]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warning reagrding unused Variable in Utilities::unpack 6734/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 8 Jun 2018 14:59:10 +0000 (16:59 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Fri, 8 Jun 2018 14:59:10 +0000 (16:59 +0200)
include/deal.II/base/utilities.h

index 1d9220fc4a581bbffbfed35ecd86f9adf1b365cd..ac27a7a5802dbe17af78728b3895b1b835fcad39 100644 (file)
@@ -1189,6 +1189,7 @@ namespace Utilities
         std::string decompressed_buffer;
 
         // first decompress the buffer
+        (void)allow_compression;
 #ifdef DEAL_II_WITH_ZLIB
         if (allow_compression)
           {

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.