summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-01-10 04:28:26 +0000
committersam <sam@FreeBSD.org>2008-01-10 04:28:26 +0000
commit5960f63b767321d2f5cad7c5c4003b4341853a96 (patch)
tree1f451cb649b080179104575be1b6bc7af234304c /usr.bin
parent575808ccee756679ddb86a186d40d644bdf71031 (diff)
downloadFreeBSD-src-5960f63b767321d2f5cad7c5c4003b4341853a96.zip
FreeBSD-src-5960f63b767321d2f5cad7c5c4003b4341853a96.tar.gz
quiet compiler complaint about unused parameters
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index adab8e6..82202bb 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -250,7 +250,7 @@ static int wid_if;
static int wid_expire;
static void
-size_cols(int ef, struct radix_node *rn)
+size_cols(int ef __unused, struct radix_node *rn)
{
wid_dst = WID_DST_DEFAULT(ef);
wid_gw = WID_GW_DEFAULT(ef);
@@ -808,7 +808,7 @@ routename(u_long in)
0)
static void
-domask(char *dst, u_long addr, u_long mask)
+domask(char *dst, u_long addr __unused, u_long mask)
{
int b, i;
OpenPOWER on IntegriCloud