Fix compiler warning.

This commit is contained in:
Mike Pall 2011-05-16 02:41:47 +02:00
parent a251a28bd5
commit 6cb123bb99

View File

@ -524,6 +524,8 @@ static int ccall_set_args(lua_State *L, CTState *cts, CType *ct,
cc->fpr[nfpr-1].d[0] = cc->fpr[nfpr-2].d[1]; /* Split complex double. */
cc->fpr[nfpr-2].d[1] = 0;
}
#else
UNUSED(isfp);
#endif
}
if (fid) lj_err_caller(L, LJ_ERR_FFI_NUMARG); /* Too few arguments. */