Salome HOME
fight warnings, c++17. Fix minor warnings. Build SMESH finished
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_Prism_3D_i.hxx
index 0ffd21f1abe3d6273b1de0970c60f7fd6e0e9872..26446a49183d27b6a741242ce0caa81da9924d46 100644 (file)
@@ -79,7 +79,7 @@ public:
   ::StdMeshers_RadialPrism_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*/);
 };