1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0024076: New warning during compilation OCCT on WNT platform (release and debug)

Added return statement to disable warning
This commit is contained in:
omy 2013-07-16 14:34:51 +04:00
parent ee9451aba5
commit cf6625bdc6

View File

@ -807,6 +807,7 @@ gp_Elips Adaptor3d_IsoCurve::Ellipse() const
Standard_NoSuchObject::Raise("Adaptor3d_IsoCurve:Ellipse");
}
}
return gp_Elips();
}
//=======================================================================