svn commit: r319038 - head/lib/libc/tests/nss
Ngie Cooper
ngie at FreeBSD.org
Sun May 28 04:12:04 UTC 2017
Author: ngie
Date: Sun May 28 04:12:02 2017
New Revision: 319038
URL: https://svnweb.freebsd.org/changeset/base/319038
Log:
getusershell_test: mark mdata parameter in compare_usershell __unused
MFC after: 3 days
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/tests/nss/getusershell_test.c
Modified: head/lib/libc/tests/nss/getusershell_test.c
==============================================================================
--- head/lib/libc/tests/nss/getusershell_test.c Sun May 28 04:11:04 2017 (r319037)
+++ head/lib/libc/tests/nss/getusershell_test.c Sun May 28 04:12:02 2017 (r319038)
@@ -76,7 +76,8 @@ clone_usershell(struct usershell *dest,
}
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;
More information about the svn-src-head
mailing list