mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-08 12:40:50 +00:00
Fix unused variable warning in Release mode
This commit is contained in:
parent
34d1906034
commit
219b32d1d6
@ -1,4 +1,5 @@
|
||||
// Aseprite
|
||||
// Copyright (C) 2018 Igara Studio S.A.
|
||||
// Copyright (C) 2018 David Capello
|
||||
//
|
||||
// This program is distributed under the terms of
|
||||
@ -50,7 +51,9 @@ void create_mt_getters_setters(lua_State* L,
|
||||
const char* tname,
|
||||
const Property* properties)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
const int top = lua_gettop(L);
|
||||
#endif
|
||||
|
||||
bool withGetters = false;
|
||||
bool withSetters = false;
|
||||
|
Loading…
Reference in New Issue
Block a user