getusershell_test: mark mdata parameter in compare_usershell __unused
MFC after: 3 days Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
bd8f63f25c
commit
93ee3b7e9b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user