From d24313d25aeb3254d4d010f7f52051dbe4e8de8c Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 14 Nov 2017 00:17:56 +0000 Subject: [PATCH] output: remove unused variable attribute The closure is used. Signed-off-by: Sami Kerola --- src/mustach-dhcpd-pools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mustach-dhcpd-pools.c b/src/mustach-dhcpd-pools.c index 67260fd..77b240b 100644 --- a/src/mustach-dhcpd-pools.c +++ b/src/mustach-dhcpd-pools.c @@ -306,7 +306,7 @@ static int must_enter(void *closure, const char *name) } /*! \brief Function that is called when all elements within a print loop are outputed. */ -static int must_leave(void *closure __attribute__ ((unused))) +static int must_leave(void *closure) { struct expl *e = closure;