From: omy Date: Tue, 16 Jul 2013 10:34:51 +0000 (+0400) Subject: 0024076: New warning during compilation OCCT on WNT platform (release and debug) X-Git-Tag: V6_7_0_beta~198 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=cf6625bdc6dd3371c378f508a547c55c23f3fb52;p=occt-copy.git 0024076: New warning during compilation OCCT on WNT platform (release and debug) Added return statement to disable warning --- diff --git a/src/Adaptor3d/Adaptor3d_IsoCurve.cxx b/src/Adaptor3d/Adaptor3d_IsoCurve.cxx index 9efdada4cd..fdff6fd88a 100755 --- a/src/Adaptor3d/Adaptor3d_IsoCurve.cxx +++ b/src/Adaptor3d/Adaptor3d_IsoCurve.cxx @@ -807,6 +807,7 @@ gp_Elips Adaptor3d_IsoCurve::Ellipse() const Standard_NoSuchObject::Raise("Adaptor3d_IsoCurve:Ellipse"); } } + return gp_Elips(); } //=======================================================================