miniupnpd/pf/obsdrdr.c: remove compilation warning
This commit is contained in:
parent
123eca279c
commit
974c05c7be
|
@ -1,4 +1,4 @@
|
|||
/* $Id: obsdrdr.c,v 1.80 2014/03/06 13:02:46 nanard Exp $ */
|
||||
/* $Id: obsdrdr.c,v 1.81 2014/04/09 10:29:52 nanard Exp $ */
|
||||
/* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
* (c) 2006-2014 Thomas Bernard
|
||||
|
@ -712,7 +712,7 @@ priv_delete_filter_rule(const char * ifname, unsigned short iport,
|
|||
int proto, in_addr_t iaddr)
|
||||
{
|
||||
#ifndef PF_ENABLE_FILTER_RULES
|
||||
UNUSED(ifname); UNUSED(iport); UNUSED(proto);
|
||||
UNUSED(ifname); UNUSED(iport); UNUSED(proto); UNUSED(iaddr);
|
||||
return 0;
|
||||
#else
|
||||
int i, n;
|
||||
|
|
Loading…
Reference in New Issue