mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
SIGH unused FUCKING variable
This commit is contained in:
parent
8e387a269b
commit
5ac32c7863
|
@ -88,7 +88,7 @@ namespace sol {
|
|||
lua_pushnil(L);
|
||||
while (lua_next(L, index) != 0) {
|
||||
int isint = 0;
|
||||
lua_Integer li = lua_tointegerx(L, -2, &isint);
|
||||
lua_tointegerx(L, -2, &isint);
|
||||
if (isint == 0) {
|
||||
lua_pop(L, 1);
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue
Block a user