Salome HOME
fight warnings, c++17. additional corrections++
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.cxx
index b148effa1bf6aaad608bd929f3072287e3c5d174..591ca1ffc8e3291ecc03505ac416ddbdb3cbf731 100644 (file)
@@ -793,6 +793,7 @@ namespace SMESH
         }
         aStudy->setVisibilityStateForAll(Qtx::HiddenState);
       }
+      // fall through
       default: {
         if (SMESH_Actor *anActor = FindActorByEntry(theWnd,theEntry)) {
           switch (theAction) {
@@ -1325,7 +1326,7 @@ namespace SMESH
 
   int GetSelected(LightApp_SelectionMgr*       theMgr,
                   TColStd_IndexedMapOfInteger& theMap,
-                  const bool                   theIsElement)
+                  const bool                   /*theIsElement*/)
   {
     theMap.Clear();
     SALOME_ListIO selected; theMgr->selectedObjects( selected );