Skip to content

Commit d073e71

Browse files
committed
Suppress compilation warning
1 parent 049943e commit d073e71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/sdl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ static void _twin_sdl_put_span(twin_coord_t left,
5656
}
5757
}
5858

59-
static void _twin_sdl_destroy(twin_screen_t *screen, twin_sdl_t *tx)
59+
static void _twin_sdl_destroy(twin_screen_t *screen maybe_unused,
60+
twin_sdl_t *tx)
6061
{
6162
SDL_DestroyTexture(tx->texture);
6263
SDL_DestroyRenderer(tx->render);

0 commit comments

Comments
 (0)