From 66b0b03e05729036ea38b3804a188da06e1a8b8d Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 24 May 2011 22:56:33 +0200 Subject: rev: mark signo unused in sig_handler Signed-off-by: Sami Kerola --- text-utils/rev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils') diff --git a/text-utils/rev.c b/text-utils/rev.c index 6c1366d23..8a1666800 100644 --- a/text-utils/rev.c +++ b/text-utils/rev.c @@ -65,7 +65,7 @@ wchar_t *buf; -static void sig_handler(int signo) +static void sig_handler(int signo __attribute__ ((__unused__))) { free(buf); _exit(EXIT_SUCCESS); -- cgit v1.2.3-55-g7522