mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
debug warn def on top of the flag list
This commit is contained in:
parent
7ecd9714b0
commit
1a2c3c505c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define GMQCC_DEFINE_FLAG(x)
|
||||
#endif
|
||||
|
||||
GMQCC_DEFINE_FLAG(DEBUG)
|
||||
GMQCC_DEFINE_FLAG(UNUSED_VARIABLE)
|
||||
GMQCC_DEFINE_FLAG(UNKNOWN_CONTROL_SEQUENCE)
|
||||
GMQCC_DEFINE_FLAG(EXTENSIONS)
|
||||
|
|
Loading…
Reference in a new issue