]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - warns.def
Don't re-add defs which had a prototype
[xonotic/gmqcc.git] / warns.def
index ba433303dc5a7056bcf91351ba43b42230b30e17..3136956650b4498884b9e20cbcfd967eb93ce397 100644 (file)
--- a/warns.def
+++ b/warns.def
@@ -2,6 +2,8 @@
 #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)
+GMQCC_DEFINE_FLAG(FIELD_REDECLARED)