diff --git a/src/dialogs.c b/src/dialogs.c index 233bf8f..4757303 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -213,11 +213,11 @@ unsigned int _i; /* Get where I started drawing a dialog page, to be able to redraw the last page * for the end animation in _choice_call_before_end. */ -void _choice_screen_call(Game *game, unsigned int i) { +void _choice_screen_call( [[maybe_unused]] Game *game, unsigned int i) { _i = i; } -int _choice_call_before_end(Game *game, unsigned int org_i) { +int _choice_call_before_end(Game *game, [[maybe_unused]] unsigned int org_i) { int i, key; /* Make a little animation because we looove little animations ;) */ for(i=0;i