From b000e6fce32974a2c6936f94b0e9795de63b10ae Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 27 Dec 2005 09:00:18 +0000 Subject: kill off minor warning --- libc/inet/rpc/auth_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/rpc/auth_unix.c') 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 */ } -- cgit v1.2.3