From a8ccc2aa89c78108566c67b9e853797ea451f9c8 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Fri, 24 May 2024 10:20:25 +0200 Subject: FIX GCC Warnings, added more checking to gcc flags --- modules/devices.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/devices.c') diff --git a/modules/devices.c b/modules/devices.c index 0c49926f..8bf24d46 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -292,7 +292,6 @@ gchar *get_storage_devices_simple(void) struct InfoGroup *group; struct InfoField *field; gchar *storage_devs = NULL, *tmp; - const gchar *dev_label, *model_wo_tags; GRegex *regex; regex = g_regex_new ("<.*>", 0, 0, NULL); -- cgit v1.2.3