warning de compilation

This commit is contained in:
Debrard Sebastien 2010-10-12 19:57:17 +02:00
parent 3273f964c8
commit d0629803a9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ void CheckPostfixOperator::postfixOperator()
result = true;
}
else if (tok->strAt(-2) == ",") {
unsigned int i(1);
int i(1);
while(tok->strAt(i) != ")") {
if(tok->strAt(i) == ";") {
result = true;