mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-18 14:21:36 +00:00
unsed params in ftepp.c
This commit is contained in:
parent
e6443496e7
commit
facd89b188
1 changed files with 1 additions and 0 deletions
1
ftepp.c
1
ftepp.c
|
@ -134,6 +134,7 @@ static void pptoken_delete(pptoken *self)
|
|||
|
||||
static ppmacro *ppmacro_new(lex_ctx ctx, const char *name)
|
||||
{
|
||||
(void)ctx;
|
||||
ppmacro *macro = (ppmacro*)mem_a(sizeof(ppmacro));
|
||||
memset(macro, 0, sizeof(*macro));
|
||||
macro->name = util_strdup(name);
|
||||
|
|
Loading…
Reference in a new issue