From 4381b94c78f0a84eb7efe3346b3142744af8eba5 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 3 Mar 2010 07:05:47 +0000 Subject: [PATCH] compilation warning: control reaches end of non-void function --- src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx index f9f7e37..d9bd1db 100644 --- a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx @@ -115,6 +115,7 @@ namespace { return (int) ( 0.7 * totMB ); } #endif + return 0; } } -- 2.39.2