getusershell_test: mark mdata parameter in compare_usershell __unused

MFC after:	3 days
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-05-28 04:12:02 +00:00
parent bd8f63f25c
commit 93ee3b7e9b

View File

@ -76,7 +76,8 @@ clone_usershell(struct usershell *dest, struct usershell const *src)
}
static int
compare_usershell(struct usershell *us1, struct usershell *us2, void *mdata)
compare_usershell(struct usershell *us1, struct usershell *us2,
void *mdata __unused)
{
int rv;