warning de compilation
This commit is contained in:
parent
3273f964c8
commit
d0629803a9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue