Fixed warnings

This commit is contained in:
Robert Osfield
2008-12-17 14:56:40 +00:00
parent 26c57f125d
commit 33545ab332
3 changed files with 8 additions and 4 deletions

View File

@@ -1974,7 +1974,7 @@ yyreduce:
case 120:
{
int n;
unsigned int n;
sscanf( flexer->YYText(), "0x%x", &n );
yyval.integer = n;
;}