X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Gen.hxx;fp=src%2FSMESH%2FSMESH_Gen.hxx;h=344877697100c8aab5eabd0477720159e9b76b38;hb=f83eeba172516e213bf925fc0457100bdb3bff54;hp=7a760b5a86a6c56a572ddab70d3baae76860555a;hpb=44c1e310f0e1845b792d52bc089d7810a723247c;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Gen.hxx b/src/SMESH/SMESH_Gen.hxx index 7a760b5a8..344877697 100644 --- a/src/SMESH/SMESH_Gen.hxx +++ b/src/SMESH/SMESH_Gen.hxx @@ -91,10 +91,10 @@ public: const ::MeshDimension aDim=::MeshDim_3D, TSetOfInt* aShapesId=0); - void PrepareCompute(::SMESH_Mesh & aMesh, - const TopoDS_Shape & aShape); - void CancelCompute(::SMESH_Mesh & aMesh, - const TopoDS_Shape & aShape); + void PrepareCompute(::SMESH_Mesh & /*aMesh*/, + const TopoDS_Shape & /*aShape*/); + void CancelCompute(::SMESH_Mesh & /*aMesh*/, + const TopoDS_Shape & /*aShape*/); const SMESH_subMesh* GetCurrentSubMesh() const;