mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-21 10:21:03 +00:00
fixing a warning
This commit is contained in:
parent
0ba8455f6a
commit
e311dffcb3
1 changed files with 1 additions and 2 deletions
3
parser.c
3
parser.c
|
@ -1800,8 +1800,7 @@ static ast_expression* parse_expression_leave(parser_t *parser, bool stopatcomma
|
|||
}
|
||||
else
|
||||
{
|
||||
size_t i;
|
||||
char *correct = NULL;
|
||||
char *correct = NULL;
|
||||
|
||||
/*
|
||||
* sometimes people use preprocessing predefs without enabling them
|
||||
|
|
Loading…
Reference in a new issue