summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game.c b/src/game.c
index 95522b8..d35d7a9 100644
--- a/src/game.c
+++ b/src/game.c
@@ -16,9 +16,8 @@ game_init(Game *this)
}
void
-game_deinit(Game *this)
+game_deinit([[maybe_unused]] Game *this)
{
- (void)this;
}
void