From 5bcb52529b992c2fc34a0509d52ec191c079084b Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 21 Nov 2011 09:38:00 +0000 Subject: [PATCH] harmless gcc warning --- vcg/complex/algorithms/clustering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/clustering.h b/vcg/complex/algorithms/clustering.h index ed534ee0..d19f5eaf 100644 --- a/vcg/complex/algorithms/clustering.h +++ b/vcg/complex/algorithms/clustering.h @@ -144,7 +144,7 @@ class NearestToCenter orig=&v; } } - inline void AddFaceVertex(MeshType &m, FaceType &f, int i) { assert(0);} + inline void AddFaceVertex(MeshType &/*m*/, FaceType &/*f*/, int /*i*/) { assert(0);} NearestToCenter(): valid(false){} CoordType bestPos;