From c08ca273670d669fe2d69d04a67c53f9f4d2b4e5 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 28 Aug 2014 01:56:28 +0000 Subject: [PATCH] harmless warning --- vcg/complex/algorithms/create/mc_trivial_walker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/algorithms/create/mc_trivial_walker.h b/vcg/complex/algorithms/create/mc_trivial_walker.h index 1b9f3faf..496aefd9 100644 --- a/vcg/complex/algorithms/create/mc_trivial_walker.h +++ b/vcg/complex/algorithms/create/mc_trivial_walker.h @@ -168,7 +168,7 @@ private: Init(volume,Box3i(Point3i(0,0,0),volume.ISize())); } - void Init(VolumeType &volume, Box3i subbox) + void Init(VolumeType &/*volume*/, Box3i subbox) { _bbox = subbox; _slice_dimension = _bbox.DimX()*_bbox.DimZ();