harmless clang warning

This commit is contained in:
Paolo Cignoni 2018-02-13 19:37:05 +01:00
parent 2fdad915cc
commit d49cf2a97c
1 changed files with 1 additions and 1 deletions

View File

@ -915,7 +915,7 @@ namespace vcg {
if (firstV)
{
int sepN = 0;
for (int lit = 0; lit < line.size(); lit++){
for (size_t lit = 0; lit < line.size(); lit++){
if ((line[lit] == ' ') || (line[lit] == '\t'))
sepN++;
}