From be5b2ed57b0e0a3da91f4ec785718302d0351199 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 4 Aug 2010 10:22:13 -0400 Subject: Removed warnings from network.c network.c: In function 'nfs_verify_family': network.c:1366: warning: unused parameter 'family' Signed-off-by: Steve Dickson --- support/include/nfslib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'support/include') diff --git a/support/include/nfslib.h b/support/include/nfslib.h index f57f2e2..af242d3 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -160,4 +160,7 @@ void closeall(int min); int svctcp_socket (u_long __number, int __reuse); int svcudp_socket (u_long __number); + +#define UNUSED(x) UNUSED_ ## x __attribute__((unused)) + #endif /* NFSLIB_H */ -- cgit