From 86e2de297d4711936c8a60847114e3cecdd3983c Mon Sep 17 00:00:00 2001 From: ThePhD Date: Tue, 9 May 2017 13:31:44 -0400 Subject: [PATCH] update single, ensure unused variables are axed --- single/sol/sol.hpp | 6 +++--- sol/environment.hpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index f3705d3f..cd85565f 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 2017-05-09 17:26:55.402266 UTC -// This header was generated with sol v2.17.3 (revision 5800366) +// Generated 2017-05-09 17:31:19.874339 UTC +// This header was generated with sol v2.17.2 (revision 8efafca) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -13121,7 +13121,7 @@ namespace sol { template <> struct getter { - static this_environment get(lua_State* L, int index, record& tracking) { + static this_environment get(lua_State* L, int, record& tracking) { tracking.use(0); lua_Debug info; // Level 0 means current function (this C function, which may or may not be useful for us?) diff --git a/sol/environment.hpp b/sol/environment.hpp index 8540277a..f11dae5c 100644 --- a/sol/environment.hpp +++ b/sol/environment.hpp @@ -154,7 +154,7 @@ namespace sol { template <> struct getter { - static this_environment get(lua_State* L, int index, record& tracking) { + static this_environment get(lua_State* L, int, record& tracking) { tracking.use(0); lua_Debug info; // Level 0 means current function (this C function, which may or may not be useful for us?)