removed harmless warnings

This commit is contained in:
Paolo Cignoni 2010-10-20 08:57:59 +00:00
parent 999e110d01
commit 696afea0a9
1 changed files with 2 additions and 2 deletions

View File

@ -927,7 +927,7 @@ template<class EAR>
std::vector<Info > vinfo;
typename std::vector<Info >::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<class EAR>
ps = *ith;
getBoundHole(ps,app);
if(app.size() <= holeSize)
if(app.size() <= size_t(holeSize) )
{
typename std::vector<PosType >::iterator itP;
std::vector<FacePointer *> vfp;