]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - exec.c
moving opts_warn and opts_werror to con.c
[xonotic/gmqcc.git] / exec.c
diff --git a/exec.c b/exec.c
index 8dc9e3cb17de0fb8575eb85b01e2d3ab5b632a1a..5e8d8bd9bd323a271053edd17577b02291b5da3c 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -633,8 +633,6 @@ const char *type_name[TYPE_COUNT] = {
 
 bool        opts_debug    = false;
 bool        opts_memchk   = false;
-uint32_t    opts_warn [1 + (COUNT_WARNINGS / 32)];
-bool        opts_werror   = false;
 
 typedef struct {
     int         vtype;