diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-27 09:19:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-27 09:19:15 +0000 |
commit | 11ae150c22408df81e6e544eb570666842c43d35 (patch) | |
tree | b3e9f9c478f4aa014bb8289ce1a42729bbe7d63f /libc/inet/rpc/svc_auth.c | |
parent | 2ddf8e1aee392f161ad0be0e3d1ad4f3f062ffd1 (diff) |
kill off simple unused warnings
Diffstat (limited to 'libc/inet/rpc/svc_auth.c')
-rw-r--r-- | libc/inet/rpc/svc_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/svc_auth.c b/libc/inet/rpc/svc_auth.c index bcead0608..812463396 100644 --- a/libc/inet/rpc/svc_auth.c +++ b/libc/inet/rpc/svc_auth.c @@ -118,7 +118,7 @@ _authenticate_internal (register struct svc_req *rqst, struct rpc_msg *msg) strong_alias(_authenticate_internal,_authenticate) static enum auth_stat -_svcauth_null (struct svc_req *rqst, struct rpc_msg *msg) +_svcauth_null (struct svc_req *rqst attribute_unused, struct rpc_msg *msg attribute_unused) { return AUTH_OK; } |