]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.c
Visual studio __forceinline can be used for GMQCC_INLINE
[xonotic/gmqcc.git] / ast.c
diff --git a/ast.c b/ast.c
index 6cad3c0f3a288efb7b71341ba5a3a4465f67020d..7061f1eff909e5ab63d30d5647398499d69d4a78 100644 (file)
--- a/ast.c
+++ b/ast.c
@@ -1641,7 +1641,7 @@ bool ast_binary_codegen(ast_binary *self, ast_function *func, bool lvalue, ir_va
 bool ast_binstore_codegen(ast_binstore *self, ast_function *func, bool lvalue, ir_value **out)
 {
     ast_expression_codegen *cgen;
-    ir_value *leftl, *leftr, *right, *bin;
+    ir_value *leftl = NULL, *leftr, *right, *bin;
 
     ast_value       *arr;
     ast_value       *idx = 0;