]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing return statement in ExceptionBase::what.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 25 Aug 2005 07:26:17 +0000 (07:26 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Thu, 25 Aug 2005 07:26:17 +0000 (07:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@11321 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/exceptions.cc

index f70b54a549d5288c2c0b15b8ebfdd2718a0d40c0..f24bb6aafa5fa695b48d70635e0d00840e667bb4 100644 (file)
@@ -254,6 +254,7 @@ const char * ExceptionBase::what () const throw ()
 
       std::abort ();
     }
+  return 0;
 }
 
 

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.