From 0c16045423a314ac92dca574a5fa3fcc8e045be0 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 6 May 2012 15:36:02 +0000 Subject: [PATCH] corrected harmless gcc warnings --- vcg/complex/algorithms/bitquad_creation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/bitquad_creation.h b/vcg/complex/algorithms/bitquad_creation.h index b91a4763..5d5cfde3 100644 --- a/vcg/complex/algorithms/bitquad_creation.h +++ b/vcg/complex/algorithms/bitquad_creation.h @@ -290,7 +290,7 @@ static void MakeBitTriOnly(MeshType &m){ * Updates: per wedge attributes, if any * Other connectivity structures, and per edge and per wedge flags are ignored */ -static bool MakeBitTriQuadConventional(MeshType &m){ +static bool MakeBitTriQuadConventional(MeshType &/*m*/){ assert(0); // todo return false; }