From dbf4fa731152bda5857086ee76276a61c37cc513 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 13 Sep 2010 09:33:30 +0000 Subject: [PATCH] removed harmless warning --- vcg/complex/trimesh/allocate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/allocate.h b/vcg/complex/trimesh/allocate.h index fc3538b3..367fa843 100644 --- a/vcg/complex/trimesh/allocate.h +++ b/vcg/complex/trimesh/allocate.h @@ -1172,7 +1172,7 @@ public: template static - void FixPaddedPerMeshAttribute ( MeshType & m,PointerToAttribute & pa){ + void FixPaddedPerMeshAttribute ( MeshType & /* m */,PointerToAttribute & pa){ // create the container of the right type Attribute * _handle = new Attribute();