Tokenizer::simplifyTypedef: to be sure there are no problems, promote to 'int' the variable 'offset'.

This commit is contained in:
Edoardo Prezioso 2012-01-30 13:04:10 +01:00
parent a93af0dba6
commit e530d770e1
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ void Tokenizer::simplifyTypedef()
Token *argFuncRetEnd = 0;
Token *funcStart = 0;
Token *funcEnd = 0;
unsigned short offset = 1;
unsigned int offset = 1;
bool function = false;
bool functionPtr = false;
bool functionRef = false;