mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
output: remove unused variable attribute
The closure is used. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
c687f38ed6
commit
d24313d25a
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
/*! \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;
|
struct expl *e = closure;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue