]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_InspectionPanel.cpp
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / XGUI / XGUI_InspectionPanel.cpp
index 921709a9a219bd2fdb482eae908779968a419560..ed6be7433b04186d7832c1083a527b899508cfee 100644 (file)
@@ -367,6 +367,8 @@ void XGUI_InspectionPanel::setShapeParams(const TopoDS_Shape& theShape)
   case GeomAPI_Shape::COMPOUND:
     fillContainer(aShape);
     break;
+  default: // [to avoid compilation warning]
+    break;
   }
 }