]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - con.c
moving opts_warn and opts_werror to con.c
[xonotic/gmqcc.git] / con.c
diff --git a/con.c b/con.c
index c8c263460a1f9e5f06ab800b0d8dad6fa5df635f..f667e6db72fb1d31321b6eb88b6ad353d95fcdaf 100644 (file)
--- a/con.c
+++ b/con.c
@@ -22,6 +22,9 @@
  */
 #include "gmqcc.h"
 
+uint32_t    opts_warn [1 + (COUNT_WARNINGS / 32)];
+bool        opts_werror   = false;
+
 /*
  * isatty/STDERR_FILENO/STDOUT_FILNO
  * + some other things likewise.