output: remove unused variable attribute

The closure is used.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-11-14 00:17:56 +00:00
parent c687f38ed6
commit d24313d25a
No known key found for this signature in database
GPG key ID: A9553245FDE9B739

View file

@ -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;