diff options
Diffstat (limited to 'src/state.cpp')
-rw-r--r-- | src/state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.cpp b/src/state.cpp index 2893907..a3dfbcd 100644 --- a/src/state.cpp +++ b/src/state.cpp | |||
@@ -233,7 +233,7 @@ void initializeOnStateCreate(Universe* U_, lua_State* L_) | |||
233 | 233 | ||
234 | // ################################################################################################# | 234 | // ################################################################################################# |
235 | 235 | ||
236 | lua_State* create_state(Universe* U_, lua_State* from_) | 236 | lua_State* create_state([[maybe_unused]] Universe* U_, lua_State* from_) |
237 | { | 237 | { |
238 | lua_State* L; | 238 | lua_State* L; |
239 | #if LUAJIT_FLAVOR() == 64 | 239 | #if LUAJIT_FLAVOR() == 64 |