Mark ftwv as __unused. This compare function does not need it.

This commit is contained in:
Ed Schouten 2010-01-02 11:06:11 +00:00
parent 9a958de54c
commit 3a61cc0822

View File

@ -140,7 +140,7 @@ find_snapshot(struct statfs *sfs)
int
compare_function(const char *path, const struct stat *st, int flags,
struct FTW * ftwv)
struct FTW * ftwv __unused)
{
if (flags == FTW_F && st->st_ino == inode) {