]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FiltersPlugin/FiltersPlugin_OnPlane.cpp
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_OnPlane.cpp
index a1ff1e50077ddd008aaf3524040479e75d3af51d..91634e9ad51e85e82b3d66008f95be77df4d281d 100644 (file)
@@ -41,6 +41,8 @@ bool FiltersPlugin_OnPlane::isSupported(GeomAPI_Shape::ShapeType theType) const
   case GeomAPI_Shape::EDGE:
   case GeomAPI_Shape::VERTEX:
     return true;
+  default: // [to avoid compilation warning]
+    break;
   }
   return false;
 }