瀏覽代碼

kill off minor warning

Mike Frysinger 20 年之前
父節點
當前提交
b000e6fce3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 */
 }