miniupnpd/pf/obsdrdr.c: remove compilation warning

This commit is contained in:
Thomas Bernard 2014-04-09 15:37:16 +02:00
parent 123eca279c
commit 974c05c7be
1 changed files with 2 additions and 2 deletions

View File

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