]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Fix compiler warning.
authorMike Pall <mike>
Mon, 16 May 2011 00:41:47 +0000 (02:41 +0200)
committerMike Pall <mike>
Mon, 16 May 2011 00:41:47 +0000 (02:41 +0200)
src/lj_ccall.c

index da7b47382ae588ccd178cb506eb1d7e10ec1c75e..6a163b0e47e28702897a1642579071be16e9263a 100644 (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. */