]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
Merge branch 'master' into cooking
[xonotic/gmqcc.git] / parser.c
index c50eb176a9f296160f705e9c3b068a0c39c6ddcc..836f6ca663b82b4e6395b8bbddcc762e43ed992d 100755 (executable)
--- a/parser.c
+++ b/parser.c
@@ -5114,7 +5114,7 @@ static bool parse_variable(parser_t *parser, ast_block *localblock, bool nofield
     bool      cleanvar  = true;
     bool      wasarray  = false;
 
-    ast_member *me[3];
+    ast_member *me[3] = { NULL, NULL, NULL };
 
     if (!localblock && is_static)
         parseerror(parser, "`static` qualifier is not supported in global scope");