mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix compiler warning.
This commit is contained in:
parent
704752c612
commit
6534152b44
@ -596,7 +596,8 @@ again:
|
||||
if (tref_isstr(idx)) goto again;
|
||||
}
|
||||
}
|
||||
return crec_index_meta(J, cts, ct, rd);
|
||||
crec_index_meta(J, cts, ct, rd);
|
||||
return;
|
||||
}
|
||||
|
||||
if (ofs)
|
||||
|
Loading…
Reference in New Issue
Block a user