fix warnings: -Wmaybe-uninitialized

This commit is contained in:
wmayer
2017-02-04 15:16:47 +01:00
parent c4acc7d082
commit 81726f7db9
3 changed files with 6 additions and 4 deletions

View File

@@ -1343,7 +1343,7 @@ struct ShapeInfo{
const TopoDS_Shape &wire = it->wire;
TopoDS_Shape support;
bool support_edge;
double d;
double d = 0;
gp_Pnt p;
bool done = false;
bool is_start = false;