]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Provide a dummy return value to satisfy ICC 7547/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 23 Dec 2018 23:29:19 +0000 (00:29 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 23 Dec 2018 23:29:19 +0000 (00:29 +0100)
include/deal.II/base/utilities.h

index 59cd5be3d5dcc928a6a70a40118b3daa48284561..dcbf10d1e432650c37e2dbce71c805d2e9fe4a50 100644 (file)
@@ -1194,6 +1194,10 @@ namespace Utilities
 
         return (dest_buffer.size() - previous_size);
       }
+
+    // We should never get here
+    Assert(false, ExcInternalError());
+    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.