0023604: Uninitialized variables in debug mode
[occt.git] / src / BRepTest / BRepTest_FeatureCommands.cxx
index 2e57e53..4ef4b3c 100755 (executable)
@@ -936,10 +936,8 @@ Standard_Integer offsetparameter(Draw_Interpretor& di,
     //case GeomAbs_Intersection: cout << " Intersection"; break;
     case GeomAbs_Arc:          di << " Arc";          break;
     case GeomAbs_Intersection: di << " Intersection"; break;
-#ifndef DEB
     default:
       break ;
-#endif
     }
     //cout << endl;
     di << "\n";