Explorar o código

Fix compiler warning.

Mike Pall %!s(int64=14) %!d(string=hai) anos
pai
achega
86a5cc427d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/lj_opt_split.c

+ 1 - 0
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,