From c8ea9f76382d2dcdafe1d16f0932921fe2256dbf Mon Sep 17 00:00:00 2001 From: ThePhD Date: Wed, 17 Aug 2016 16:02:29 -0400 Subject: [PATCH] [ci skip] update single --- single/sol/sol.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 77472eed..b3ad954e 100644 --- a/single/sol/sol.hpp +++ b/single/sol/sol.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2016-08-17 19:55:17.106162 UTC -// This header was generated with sol v2.11.4 (revision d06f2e6) +// Generated 2016-08-17 20:02:13.087012 UTC +// This header was generated with sol v2.11.4 (revision 5ac32c7) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -4847,7 +4847,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;