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/devicetree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/devices/devicetree.c') diff --git a/modules/devices/devicetree.c b/modules/devices/devicetree.c index 7c798670..7d2749c6 100644 --- a/modules/devices/devicetree.c +++ b/modules/devices/devicetree.c @@ -44,7 +44,6 @@ static gchar *get_node(dtr *dt, char *np) { gchar *nodes = NULL, *props = NULL, *ret = NULL; gchar *tmp = NULL, *pstr = NULL, *lstr = NULL; gchar *dir_path; - gchar *node_path; const gchar *fn; GDir *dir; dtr_obj *node, *child; -- cgit v1.2.3