mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Remove unused parameter warning.
This commit is contained in:
parent
1e3466d173
commit
99424524f3
|
@ -259,7 +259,7 @@ struct base_function {
|
||||||
}
|
}
|
||||||
|
|
||||||
template <std::size_t limit>
|
template <std::size_t limit>
|
||||||
static void func_gc (std::true_type, lua_State* L) {
|
static void func_gc (std::true_type, lua_State*) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user