Explorar el Código

kill off minor warning

Mike Frysinger hace 20 años
padre
commit
b000e6fce3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/inet/rpc/auth_unix.c

+ 1 - 1
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 */
 }