OSDN Git Service

kill off minor warning
authorMike Frysinger <vapier@gentoo.org>
Tue, 27 Dec 2005 09:00:18 +0000 (09:00 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 27 Dec 2005 09:00:18 +0000 (09:00 -0000)
libc/inet/rpc/auth_unix.c

index 110e67f..6555414 100644 (file)
@@ -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 */
 }