Non-functional: Fix round of compiler warnings.
This commit is contained in:
parent
c142c88967
commit
442515393e
4 changed files with 9 additions and 9 deletions
|
|
@ -721,7 +721,7 @@ int TScanContext::tokenize(TPpContext* pp, TParserToken& token)
|
|||
|
||||
default:
|
||||
char buf[2];
|
||||
buf[0] = token;
|
||||
buf[0] = (char)token;
|
||||
buf[1] = 0;
|
||||
parseContext.error(loc, "unexpected token", buf, "");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue