From: eap Date: Wed, 3 Mar 2010 07:05:47 +0000 (+0000) Subject: compilation warning: control reaches end of non-void function X-Git-Tag: V5_1_4a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4381b94c78f0a84eb7efe3346b3142744af8eba5;p=plugins%2Fghs3dplugin.git compilation warning: control reaches end of non-void function --- 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; } }