diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 17:53:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-12-25 17:53:10 +0000 |
commit | 80647123fe63c15caa93687028a45f9efee5b669 (patch) | |
tree | 6fe6df04e4b2cd506323ad2994b9527dd1ed7193 /checknr/checknr.c | |
parent | 6db6db4b7f38f7760b90ec861a39b5ccb9df5ba9 (diff) |
Diffstat (limited to 'checknr/checknr.c')
-rw-r--r-- | checknr/checknr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checknr/checknr.c b/checknr/checknr.c index a98b0adc2d040..e9c5e63e3ad8e 100644 --- a/checknr/checknr.c +++ b/checknr/checknr.c @@ -427,7 +427,7 @@ prop(int i) /* ARGSUSED */ static void -chkcmd(char *line, char *mac) +chkcmd(char *line __unused, char *mac) { int i; |