From e9803436f78b20cb4f3ab7646585f20f63a7078d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Apr 2014 06:21:57 +0200 Subject: enable more warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/quit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quit.h') diff --git a/src/quit.h b/src/quit.h index d42c524..cbae77c 100644 --- a/src/quit.h +++ b/src/quit.h @@ -25,14 +25,14 @@ * * @param signal The signal the program received */ -void timeout_quit(int signal); +void timeout_quit(int signal) __attribute__((noreturn)); /** * Quit function for user aborts * * @param signal The signal the program received */ -void user_quit(int signal); +void user_quit(int signal) __attribute__((noreturn)); #endif -- cgit v1.2.3-70-g09d2