From 86a5cc427dab0c41101a6e1f1c647973f5e2c15e Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 24 Oct 2011 15:58:24 +0200 Subject: Fix compiler warning. --- src/lj_opt_split.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lj_opt_split.c b/src/lj_opt_split.c index bd785d65..31abe419 100644 --- a/src/lj_opt_split.c +++ b/src/lj_opt_split.c @@ -335,6 +335,7 @@ static void split_ir(jit_State *J) } case IR_CONV: { /* Conversion to number. Others handled below. */ IRType st = (IRType)(ir->op2 & IRCONV_SRCMASK); + UNUSED(st); #if LJ_32 && LJ_HASFFI if (st == IRT_I64 || st == IRT_U64) { hi = split_call_l(J, hisubst, oir, ir, -- cgit v1.2.3-55-g6feb