]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
debug warn def on top of the flag list
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 12:23:38 +0000 (14:23 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sat, 18 Aug 2012 12:23:38 +0000 (14:23 +0200)
warns.def

index 5a6d2658b3a4e03f4351c9aa4331a98879b5d334..6cfb95154718d842b920572573d3156df1104ec2 100644 (file)
--- a/warns.def
+++ b/warns.def
@@ -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)