From 3e3032cfa044268cee76735823755db274025021 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 13 Jun 2023 18:27:10 -0700 Subject: *: smattering of random small fixes to silence -Wall I thought the build was already using -Wall but that seems to not be the case, maybe got lost somewhere along the line or messed up in configure.ac After forcing a build with -Wall -Werror, these showed up. Fixed up in the obvious way, nothing too scary. --- src/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 8306b64..28d4b70 100644 --- a/src/main.c +++ b/src/main.c @@ -85,7 +85,6 @@ static int setup_video(const til_settings_t *settings, til_setting_t **res_setti video = til_settings_get_value_by_idx(settings, 0, &setting); if (!video || !setting->desc) { - til_setting_desc_t *desc; const char *values[] = { #ifdef HAVE_DRM "drm", -- cgit v1.2.1