From 6ecf8664674ec7e168d5d7baa7dd738cd254e8ec Mon Sep 17 00:00:00 2001 From: giorgiomarcias Date: Sun, 30 Nov 2014 19:31:35 +0000 Subject: [PATCH] Removed some annoying warnings. --- vcg/complex/algorithms/mesh_to_matrix.h | 4 ++-- vcg/complex/base.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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