diff --git a/vcg/complex/algorithms/mesh_to_matrix.h b/vcg/complex/algorithms/mesh_to_matrix.h index bc6dd64e..94a2cd20 100644 --- a/vcg/complex/algorithms/mesh_to_matrix.h +++ b/vcg/complex/algorithms/mesh_to_matrix.h @@ -252,7 +252,7 @@ public: typename MeshType::template PerVertexAttributeHandle h = tri::Allocator:: template GetPerVertexAttribute(m, "area"); - for(size_t i=0;iV(j))] += a; } ScalarType maxA=0; - for(size_t i=0;i ATTR_TYPE & operator [](const RefType & i){return (*_handle)[i];} - void resize(size_t size) { }; + void resize(size_t /*size*/) { }; }; template