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