]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid a warning about an unused variable.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 19 Jan 2006 19:46:22 +0000 (19:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 19 Jan 2006 19:46:22 +0000 (19:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@12095 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/data_out_base_tecplot_bin.cc

index f127d9e177b630832346127dac5d981a67bac4d9..3107e92793eae4a6b48926dc4de0bbd319b7cf0c 100644 (file)
@@ -54,6 +54,8 @@ void check_all(std::ostream& log)
 {
 #if SEPARATE_FILES == 0
   std::ostream& out = log;
+#else
+  (void)log;
 #endif
   
   char name[100];

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.