]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - warns.def
OP_PREFIX flag for ~ and !
[xonotic/gmqcc.git] / warns.def
index 6238e504bbc60d703f4e7b5791bcbe04d59037fc..d8656e7caf32a6582773e9bd78a997055b365015 100644 (file)
--- a/warns.def
+++ b/warns.def
@@ -3,3 +3,6 @@
 #endif
 
 GMQCC_DEFINE_FLAG(UNUSED_VARIABLE)
+GMQCC_DEFINE_FLAG(UNKNOWN_CONTROL_SEQUENCE)
+GMQCC_DEFINE_FLAG(EXTENSIONS)
+GMQCC_DEFINE_FLAG(ERROR)