From 696afea0a974060f0a5498c6657c2c064aa550a0 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 20 Oct 2010 08:57:59 +0000 Subject: [PATCH] removed harmless warnings --- vcg/complex/trimesh/hole.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/complex/trimesh/hole.h b/vcg/complex/trimesh/hole.h index bbf21d6b..2bdd0d02 100644 --- a/vcg/complex/trimesh/hole.h +++ b/vcg/complex/trimesh/hole.h @@ -927,7 +927,7 @@ template std::vector vinfo; typename std::vector::iterator VIT; - int UBIT = GetInfo(m, Selected,vinfo); + GetInfo(m, Selected,vinfo); for(VIT = vinfo.begin(); VIT != vinfo.end();++VIT) { @@ -953,7 +953,7 @@ template ps = *ith; getBoundHole(ps,app); - if(app.size() <= holeSize) + if(app.size() <= size_t(holeSize) ) { typename std::vector::iterator itP; std::vector vfp;