Harmless warning: commented unused parameter

This commit is contained in:
Paolo Cignoni 2010-10-15 21:18:01 +00:00
parent 98d61f03a2
commit 9939b0c51b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace vcg {
}
template <class MeshType, class ATTR_CONT>
void ResizeAttribute(ATTR_CONT &c,const int & sz , MeshType &m){
void ResizeAttribute(ATTR_CONT &c,const int & sz , MeshType & /* m */){
typename std::set<typename MeshType::PointerToAttribute>::iterator ai;
for(ai =c.begin(); ai != c.end(); ++ai)
((typename MeshType::PointerToAttribute)(*ai)).Resize(sz);