We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049943e commit d073e71Copy full SHA for d073e71
backend/sdl.c
@@ -56,7 +56,8 @@ static void _twin_sdl_put_span(twin_coord_t left,
56
}
57
58
59
-static void _twin_sdl_destroy(twin_screen_t *screen, twin_sdl_t *tx)
+static void _twin_sdl_destroy(twin_screen_t *screen maybe_unused,
60
+ twin_sdl_t *tx)
61
{
62
SDL_DestroyTexture(tx->texture);
63
SDL_DestroyRenderer(tx->render);
0 commit comments