diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2014-03-11 01:10:44 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2014-03-11 01:10:44 +0000 |
| commit | 801a8f949794563630ff433d1942f27c6fa36ebf (patch) | |
| tree | 855f6640bcf347b62542dcc4fd4705879592f0ab /lib/libbsdstat/bsdstat.c | |
| parent | 0bd8e9dcc42c45f857c9989c87d7450aa00ecf73 (diff) | |
Notes
Diffstat (limited to 'lib/libbsdstat/bsdstat.c')
| -rw-r--r-- | lib/libbsdstat/bsdstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbsdstat/bsdstat.c b/lib/libbsdstat/bsdstat.c index 9d667313f1bd..96fba009ba5e 100644 --- a/lib/libbsdstat/bsdstat.c +++ b/lib/libbsdstat/bsdstat.c @@ -81,7 +81,7 @@ bsdstat_update_tot(struct bsdstat *sf) } static int -bsdstat_get(struct bsdstat *sf, int s, char b[], size_t bs) +bsdstat_get(struct bsdstat *sf, int s, char b[] __unused, size_t bs __unused) { fprintf(stderr, "%s: don't know how to get stat #%u\n", sf->name, s); return 0; |
