summaryrefslogtreecommitdiff
path: root/src/lj_opt_split.c
diff options
context:
space:
mode:
authorMike Pall <mike>2011-10-24 15:58:24 +0200
committerMike Pall <mike>2011-10-24 15:58:24 +0200
commit86a5cc427dab0c41101a6e1f1c647973f5e2c15e (patch)
tree8d8069ecd0ec6f963eab3247ab97ec542cbdbe6b /src/lj_opt_split.c
parent7aa2c994b54ccdfa86f2b5a4d5786d8ed056c86f (diff)
downloadluajit2-86a5cc427dab0c41101a6e1f1c647973f5e2c15e.tar.gz
Fix compiler warning.
Diffstat (limited to 'src/lj_opt_split.c')
-rw-r--r--src/lj_opt_split.c1
1 files changed, 1 insertions, 0 deletions
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,