mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge branch 'master' into api-fix
This commit is contained in:
commit
8a4595dc80
3
.gitignore
vendored
3
.gitignore
vendored
@ -30,3 +30,6 @@ build.ninja
|
||||
main.ninja
|
||||
*.user
|
||||
*.3cb9f6a
|
||||
luajit-2.0.3/
|
||||
.dropbox*
|
||||
desktop.ini
|
||||
|
@ -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*) {
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user