Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- text-utils/rev.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/text-utils/rev.c b/text-utils/rev.c index 6c1366d..8a16668 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); -- 1.7.5.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html