]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
replacing WARN_ERROR with opts_werror
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index e0784942444239af78dc0bced3696693994adf52..9d34199b7ad562191231010e46879d34337db8ed 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -993,6 +993,7 @@ extern int         opts_standard;
 extern bool        opts_debug;
 extern bool        opts_memchk;
 extern bool        opts_dump;
+extern bool        opts_werror;
 
 /*===================================================================*/
 #define OPTS_FLAG(i) (!! (opts_flags[(i)/32] & (1<< ((i)%32))))