]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Warning fix.
authordbv <dbv@opencascade.com>
Wed, 5 Apr 2017 08:36:32 +0000 (11:36 +0300)
committerdbv <dbv@opencascade.com>
Wed, 5 Apr 2017 08:36:32 +0000 (11:36 +0300)
src/SketchPlugin/SketchPlugin_Validators.cpp

index 630ba0e8d1e72d411a4732e13b374b91f35f4d47..a441c6f658589c3413197c3e3db50146d900c08f 100755 (executable)
@@ -1353,6 +1353,8 @@ static GeomShapePtr toInfiniteEdge(const GeomShapePtr theShape)
     GeomShapePtr aShape = GeomAlgoAPI_EdgeBuilder::lineCircle(aCircle);
     return aShape;
   }
+
+  return theShape;
 }
 
 bool SketchPlugin_ArcEndPointIntersectionValidator::isValid(