Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 04:12:02 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r319038 - head/lib/libc/tests/nss
Message-ID:  <201705280412.v4S4C2qA085083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705280412.v4S4C2qA085083>