Salome HOME
fight warnings, c++17. Fix minor warnings. Build SMESH finished
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Projection_1D_2D_3D_i.hxx
index 0fc97c809ff63afdbe486c3249cd3b3be216291d..abcafb0ac56b85c70037d0c51e18b1f1d782bc38 100644 (file)
@@ -59,7 +59,7 @@ public:
   ::StdMeshers_Projection_3D* GetImpl();
 
   // Return true if the algorithm is applicable to a shape
-  static bool IsApplicable(const TopoDS_Shape &S, bool toCheckAll, int dim);
+  static bool IsApplicable(const TopoDS_Shape &S, bool toCheckAll, int /*dim*/);
 };
 
 // ======================================================