From 93ee3b7e9bc32a88317882b3fd6c1c6c38a6e6f5 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 28 May 2017 04:12:02 +0000 Subject: [PATCH] getusershell_test: mark mdata parameter in compare_usershell __unused MFC after: 3 days Sponsored by: Dell EMC Isilon --- lib/libc/tests/nss/getusershell_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/tests/nss/getusershell_test.c b/lib/libc/tests/nss/getusershell_test.c index 5593159894c9..e5c4b6755263 100644 --- a/lib/libc/tests/nss/getusershell_test.c +++ b/lib/libc/tests/nss/getusershell_test.c @@ -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;