mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
noticed a potential unused warning issue if that version of flex gets hit
again
This commit is contained in:
parent
0edd694bac
commit
dff55040bc
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ make_string (char *token)
|
|||
}
|
||||
|
||||
#ifdef YY_FLEX_REALLOC_HACK
|
||||
static void *(*const yy_flex_realloc_hack)(void *,yy_size_t) = yy_flex_realloc;
|
||||
static __attribute__ ((unused)) void *(*const yy_flex_realloc_hack)(void *,yy_size_t) = yy_flex_realloc;
|
||||
#else
|
||||
static __attribute__ ((unused)) void (*yyunput_hack)(int, char*) = yyunput;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue