]> 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 e7ebda70aa6c2d004fada92c806c20a8599f3189..3136956650b4498884b9e20cbcfd967eb93ce397 100644 (file)
--- a/warns.def
+++ b/warns.def
@@ -2,5 +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)