]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Avoid compiler warning.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Dec 2012 13:12:28 +0000 (13:12 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Dec 2012 13:12:28 +0000 (13:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@27858 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/timestep_control.cc

index dacd248a4564ac7c32d3dde00bbd0f89f45bfb4b..fd608c5be2eb25da29295131b587a46fb62677c9 100644 (file)
@@ -36,6 +36,9 @@ TimestepControl::TimestepControl (double start,
 {
   now_val = start_val;
   strcpy(format, "T.%06.3f");
+
+  // avoid compiler warning
+  (void)min_step_val;
 }
 
 

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.