]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix warning without threads 2549/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 24 Apr 2016 13:56:57 +0000 (15:56 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Sun, 24 Apr 2016 13:56:57 +0000 (15:56 +0200)
include/deal.II/lac/vector.templates.h

index d23c303352b99d860b7a117f54b97974007588be..053dda0c78bd6f1b8159a2fa7e329603625eb2be 100644 (file)
@@ -198,6 +198,7 @@ namespace internal
       functor(0,vec_size);
 #else
     functor(0,vec_size);
+    (void)partitioner;
 #endif
   }
 
@@ -1083,6 +1084,7 @@ namespace internal
       accumulate_recursive(op,0,vec_size,result);
 #else
     accumulate_recursive(op,0,vec_size,result);
+    (void)partitioner;
 #endif
   }
 }

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.