From 5a0c58adc73d0a7553404221da3a717654309944 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 10 Dec 2005 03:51:24 +0000 Subject: fix some warnings --- libc/pwd_grp/lckpwdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/pwd_grp/lckpwdf.c') diff --git a/libc/pwd_grp/lckpwdf.c b/libc/pwd_grp/lckpwdf.c index 9bba9b5fe..72f8e3c83 100644 --- a/libc/pwd_grp/lckpwdf.c +++ b/libc/pwd_grp/lckpwdf.c @@ -176,7 +176,7 @@ int ulckpwdf (void) } -static void noop_handler (int sig) +static void noop_handler (attribute_unused int sig) { /* We simply return which makes the `fcntl' call return with an error. */ } -- cgit v1.2.3