From: dbv Date: Wed, 5 Apr 2017 08:36:32 +0000 (+0300) Subject: Warning fix. X-Git-Tag: V_2.7.0~73 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d3063dfdd1ec070cfe2bfc1bacdc15a5acd904a2;p=modules%2Fshaper.git Warning fix. --- diff --git a/src/SketchPlugin/SketchPlugin_Validators.cpp b/src/SketchPlugin/SketchPlugin_Validators.cpp index 630ba0e8d..a441c6f65 100755 --- a/src/SketchPlugin/SketchPlugin_Validators.cpp +++ b/src/SketchPlugin/SketchPlugin_Validators.cpp @@ -1353,6 +1353,8 @@ static GeomShapePtr toInfiniteEdge(const GeomShapePtr theShape) GeomShapePtr aShape = GeomAlgoAPI_EdgeBuilder::lineCircle(aCircle); return aShape; } + + return theShape; } bool SketchPlugin_ArcEndPointIntersectionValidator::isValid(