]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warnings about missing return types. 5370/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 31 Oct 2017 21:45:57 +0000 (15:45 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 1 Nov 2017 16:20:56 +0000 (10:20 -0600)
include/deal.II/lac/lapack_templates.h

index 152c25df0cbb3ebba8f4adc39df3d1f7b158c788..ab5b50cf84fbde9e2fedadc83585964d473ae85d 100644 (file)
@@ -530,6 +530,7 @@ inline
 number lansy (const char *, const char *, const int *, const number *, const int *, number *)
 {
   Assert (false, ExcNotImplemented());
+  return number();
 }
 
 inline
@@ -576,6 +577,7 @@ inline
 number lange (const char *, const int *, const int *, const number *, const int *, number *)
 {
   Assert (false, ExcNotImplemented());
+  return number();
 }
 
 inline

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.