0029151: GCC 7.1 warnings "this statement may fall through" [-Wimplicit-fallthrough=]
[occt.git] / src / IGESDraw / IGESDraw_GeneralModule.cxx
index 8cf2742..7de22df 100644 (file)
@@ -178,12 +178,14 @@ IGESDraw_GeneralModule::IGESDraw_GeneralModule ()    {  }
       IGESDraw_ToolViewsVisible tool;
       tool.OwnImplied(anent,iter);
     }
+    break;
     case 14 : {
       DeclareAndCast(IGESDraw_ViewsVisibleWithAttr,anent,ent);
       if (anent.IsNull()) break;
       IGESDraw_ToolViewsVisibleWithAttr tool;
       tool.OwnImplied(anent,iter);
     }
+    break;
     default : break;
   }
 }