Initialize vars before use

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov
2023-02-24 12:06:01 +01:00
parent 983407762c
commit 93c8120a24
+2 -2
View File
@@ -540,8 +540,8 @@ void Scanner::scanToken()
Token token;
// M and N are for the purposes of grabbing different type sizes
unsigned m;
unsigned n;
unsigned m = 0;
unsigned n = 0;
do
{
// Remember the position of the next token