From: Pawel Date: Wed, 11 Jul 2012 10:12:29 +0000 (+0200) Subject: 0023257: Missing return statement X-Git-Tag: V6_5_4_beta1~142 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fdbc4fe73a85cc5689cfe959c8adcf4e292d79b1;p=occt-copy.git 0023257: Missing return statement Added missing return statement --- diff --git a/src/ShapeFix/ShapeFix_Face.cxx b/src/ShapeFix/ShapeFix_Face.cxx index a9e7075482..313300c101 100755 --- a/src/ShapeFix/ShapeFix_Face.cxx +++ b/src/ShapeFix/ShapeFix_Face.cxx @@ -2286,7 +2286,7 @@ static Standard_Boolean IsPeriodicConicalLoop(const Handle(Geom_ConicalSurface)& Standard_Boolean& isUDecrease) { if ( theSurf.IsNull() ) - Standard_False; + return Standard_False; ShapeAnalysis_Edge aSAE; TopLoc_Location aLoc;