Salome HOME
Fix compilation errors using gcc-5.X relating to explicit stream::operator bool()
[modules/smesh.git] / src / SMESHFiltersSelection / SMESH_TypeFilter.cxx
index 5f12c7faa9a794c7b6757d6d6193cd8136be1b1d..fc0c43bdd0f5bed7f427e1a0f3bbd2573e389960 100644 (file)
@@ -264,6 +264,7 @@ bool SMESH_TypeFilter::isOk (const SUIT_DataOwner* theDataOwner) const
           Ok = isIDSourceOfType( obj, SMESH::VOLUME );
           break;
         }
+    default:;
     }
   }
   return Ok;