mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
fix a defined but not used warning
This commit is contained in:
parent
5e05df417d
commit
bc95116825
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
#include "fbset.h"
|
||||
#include "fbset_modes_y.h"
|
||||
|
||||
#define YY_NO_UNPUT
|
||||
|
||||
struct keyword {
|
||||
const char *name;
|
||||
int token;
|
||||
|
|
Loading…
Reference in a new issue