summaryrefslogtreecommitdiffstats
path: root/text-utils/rev.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/rev.c')
-rw-r--r--text-utils/rev.c2
1 files changed, 1 insertions, 1 deletions
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);