summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/auth_unix.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-27 09:00:18 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-27 09:00:18 +0000
commitb000e6fce32974a2c6936f94b0e9795de63b10ae (patch)
tree82aa988868f9c0480183870108f152ca6ed678bf /libc/inet/rpc/auth_unix.c
parente66dfe1d633d43d946c798627173a67282c948e5 (diff)
kill off minor warning
Diffstat (limited to 'libc/inet/rpc/auth_unix.c')
-rw-r--r--libc/inet/rpc/auth_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/auth_unix.c b/libc/inet/rpc/auth_unix.c
index 110e67f12..65554147d 100644
--- a/libc/inet/rpc/auth_unix.c
+++ b/libc/inet/rpc/auth_unix.c
@@ -205,7 +205,7 @@ strong_alias(__authunix_create_default,authunix_create_default)
*/
static void
-authunix_nextverf (AUTH *auth)
+authunix_nextverf (AUTH *auth attribute_unused)
{
/* no action necessary */
}