Fix unused parameter warning
This commit is contained in:
parent
6ef05c73e7
commit
8c103a9018
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ namespace lua_check_impl
|
|||
std::enable_if_t<std::is_same<T, lua_index_raw>::value, lua_index_raw>
|
||||
lua_to_or_default(lua_State *L, int n, const T& /*def*/)
|
||||
{
|
||||
UNUSED(L);
|
||||
return lua_index_raw{ n };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue