summaryrefslogtreecommitdiff
path: root/src/code/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/game.c')
-rw-r--r--src/code/game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/game.c b/src/code/game.c
index 8aad6bf00..bf7a4ce7c 100644
--- a/src/code/game.c
+++ b/src/code/game.c
@@ -452,8 +452,8 @@ void GameState_Realloc(GameState* gameState, size_t size) {
}
void GameState_Init(GameState* gameState, GameStateFunc init, GraphicsContext* gfxCtx) {
- OSTime startTime;
- OSTime endTime;
+ UNUSED_NDEBUG OSTime startTime;
+ UNUSED_NDEBUG OSTime endTime;
PRINTF(T("game コンストラクタ開始\n", "game constructor start\n"));
gameState->gfxCtx = gfxCtx;