From 95bb1ae902f590156048149c73da48fe851ed224 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 23 Jan 2010 22:37:01 +0100 Subject: silence some warnings about unused params Signed-off-by: Bernhard Reutner-Fischer --- libc/pwd_grp/lckpwdf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/pwd_grp') diff --git a/libc/pwd_grp/lckpwdf.c b/libc/pwd_grp/lckpwdf.c index e02cab6ad..da72b0fcb 100644 --- a/libc/pwd_grp/lckpwdf.c +++ b/libc/pwd_grp/lckpwdf.c @@ -146,7 +146,7 @@ ulckpwdf (void) static void -noop_handler (int sig) -{ +noop_handler (int sig attribute_unused) + /* We simply return which makes the `fcntl' call return with an error. */ } -- cgit v1.2.3