diff --git a/vcg/complex/trimesh/allocate.h b/vcg/complex/trimesh/allocate.h index 59a943a1..c6604899 100644 --- a/vcg/complex/trimesh/allocate.h +++ b/vcg/complex/trimesh/allocate.h @@ -73,7 +73,7 @@ namespace vcg { } template - void ResizeAttribute(ATTR_CONT &c,const int & sz , MeshType &m){ + void ResizeAttribute(ATTR_CONT &c,const int & sz , MeshType & /* m */){ typename std::set::iterator ai; for(ai =c.begin(); ai != c.end(); ++ai) ((typename MeshType::PointerToAttribute)(*ai)).Resize(sz);