]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - warns.def
ast_type_adopt - ast_entfield now adopts the full type of the field
[xonotic/gmqcc.git] / warns.def
index e7ebda70aa6c2d004fada92c806c20a8599f3189..030e938d03e304c9588fe74222003002ebccb618 100644 (file)
--- a/warns.def
+++ b/warns.def
@@ -2,5 +2,9 @@
 #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)
+GMQCC_DEFINE_FLAG(MISSING_RETURN_VALUES)