X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMDS%2FSMDS_MeshGroup.hxx;fp=src%2FSMDS%2FSMDS_MeshGroup.hxx;h=39807aab32b23f998edd4e1a248d6b6c0f598a76;hb=f83eeba172516e213bf925fc0457100bdb3bff54;hp=2b978c1b71a1822b3f095be22d5b562b3c094c37;hpb=44c1e310f0e1845b792d52bc089d7810a723247c;p=modules%2Fsmesh.git diff --git a/src/SMDS/SMDS_MeshGroup.hxx b/src/SMDS/SMDS_MeshGroup.hxx index 2b978c1b7..39807aab3 100644 --- a/src/SMDS/SMDS_MeshGroup.hxx +++ b/src/SMDS/SMDS_MeshGroup.hxx @@ -41,7 +41,7 @@ class SMDS_EXPORT SMDS_MeshGroup: public SMDS_MeshObject, SMDS_ElementHolder void SetType (const SMDSAbs_ElementType theType); void Clear(); - void Reserve(size_t nbElems) {} + void Reserve(size_t /*nbElems*/) {} bool Add(const SMDS_MeshElement * theElem); bool Remove(const SMDS_MeshElement * theElem); bool IsEmpty() const { return myElements.empty(); }