From 99424524f3d94f7043ee9bb0ac6656e1c1b4cb11 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 30 Oct 2014 13:17:52 -0400 Subject: [PATCH] Remove unused parameter warning. --- sol/function_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sol/function_types.hpp b/sol/function_types.hpp index d121c8c6..f96481df 100644 --- a/sol/function_types.hpp +++ b/sol/function_types.hpp @@ -259,7 +259,7 @@ struct base_function { } template - static void func_gc (std::true_type, lua_State* L) { + static void func_gc (std::true_type, lua_State*) { }