From 71ab537ee924e0490cde43da6e678963618deea0 Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Tue, 18 Sep 2012 23:46:23 +0100 Subject: Initialise some variables to keep gcc happy. --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.c') diff --git a/compile.c b/compile.c index 719a2706..fe50c70a 100644 --- a/compile.c +++ b/compile.c @@ -527,7 +527,7 @@ static int compile(struct locfile* locations, struct bytecode* bc, block b) { int nargs = curr->imm.intval; assert(nargs > 0); code[pos++] = (uint16_t)nargs; - int desired_params; + int desired_params = 0; for (int i=0; inext; assert(curr && opcode_describe(curr->op)->flags & OP_IS_CALL_PSEUDO); -- cgit v1.2.3