noticed a potential unused warning issue if that version of flex gets hit

again
This commit is contained in:
Bill Currie 2005-03-31 09:55:41 +00:00
parent 0edd694bac
commit dff55040bc

View file

@ -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