Remove unused parameter warning.

This commit is contained in:
ThePhD 2014-10-30 13:17:52 -04:00
parent 1e3466d173
commit 99424524f3

View File

@ -259,7 +259,7 @@ struct base_function {
}
template <std::size_t limit>
static void func_gc (std::true_type, lua_State* L) {
static void func_gc (std::true_type, lua_State*) {
}