Tokenizer::simplifyTypedef: to be sure there are no problems, promote to 'int' the variable 'offset'.
This commit is contained in:
parent
a93af0dba6
commit
e530d770e1
|
@ -984,7 +984,7 @@ void Tokenizer::simplifyTypedef()
|
||||||
Token *argFuncRetEnd = 0;
|
Token *argFuncRetEnd = 0;
|
||||||
Token *funcStart = 0;
|
Token *funcStart = 0;
|
||||||
Token *funcEnd = 0;
|
Token *funcEnd = 0;
|
||||||
unsigned short offset = 1;
|
unsigned int offset = 1;
|
||||||
bool function = false;
|
bool function = false;
|
||||||
bool functionPtr = false;
|
bool functionPtr = false;
|
||||||
bool functionRef = false;
|
bool functionRef = false;
|
||||||
|
|
Loading…
Reference in New Issue