mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Shutup a warning...
This commit is contained in:
parent
b22a76a152
commit
b08de6ee5f
1 changed files with 1 additions and 0 deletions
1
parser.c
1
parser.c
|
@ -593,6 +593,7 @@ static bool parser_body_do(parser_t *parser, ast_block *block)
|
|||
}
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
static ast_block* parser_parse_block(parser_t *parser)
|
||||
|
|
Loading…
Reference in a new issue