harmless clang warning
This commit is contained in:
parent
2fdad915cc
commit
d49cf2a97c
|
@ -915,7 +915,7 @@ namespace vcg {
|
||||||
if (firstV)
|
if (firstV)
|
||||||
{
|
{
|
||||||
int sepN = 0;
|
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'))
|
if ((line[lit] == ' ') || (line[lit] == '\t'))
|
||||||
sepN++;
|
sepN++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue