Salome HOME
fight warnings, c++17. Fix minor warnings. Buils SMESH finished
[modules/smesh.git] / src / StdMeshers / StdMeshers_PolygonPerFace_2D.hxx
index d2486b56d624f78d54c60ea9830d2610d7c76fe6..f2d47e1ec75dd83b1263818c8a9ae449795868b3 100644 (file)
@@ -34,8 +34,8 @@ class STDMESHERS_EXPORT StdMeshers_PolygonPerFace_2D: public SMESH_2D_Algo
  public:
   StdMeshers_PolygonPerFace_2D(int hypId, SMESH_Gen* gen);
 
-  virtual bool CheckHypothesis(SMESH_Mesh&                          aMesh,
-                               const TopoDS_Shape&                  aShape,
+  virtual bool CheckHypothesis(SMESH_Mesh&                          /*aMesh*/,
+                               const TopoDS_Shape&                  /*aShape*/,
                                SMESH_Hypothesis::Hypothesis_Status& aStatus);
 
   virtual bool Compute(SMESH_Mesh& aMesh, const TopoDS_Shape& aShape);