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:
parent
ee9451aba5
commit
cf6625bdc6
@ -807,6 +807,7 @@ gp_Elips Adaptor3d_IsoCurve::Ellipse() const
|
||||
Standard_NoSuchObject::Raise("Adaptor3d_IsoCurve:Ellipse");
|
||||
}
|
||||
}
|
||||
return gp_Elips();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user