0024059: Eliminate compiler warning C4701 in MSVC++ with warning level 4
[occt.git] / src / TestTopOpe / TestTopOpe_HDSCommands.cxx
index 89e43f3..0f0c331 100755 (executable)
@@ -842,11 +842,8 @@ void AddShapeKI
   // to sort, it is considered that : 
   // POINT == VERTEX,CURVE == EDGE,SURFACE == FACE
   
-#ifdef DEB
-  TopAbs_ShapeEnum SKtri;
-#else
   TopAbs_ShapeEnum SKtri=TopAbs_COMPOUND;
-#endif
+
   if (isshape) SKtri = TopOpeBRepDS::KindToShape(K);
   else if (isgeome) {
     if      (K == TopOpeBRepDS_POINT) SKtri = TopAbs_VERTEX;