From 36b8143c224b47f743d8881514bb348b9ee1d102 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Mon, 2 Nov 2015 10:02:08 +0000 Subject: Add missing noreturn attribute to various functions Signed-off-by: Thomas Wood --- debugger/eudb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debugger') diff --git a/debugger/eudb.c b/debugger/eudb.c index e015e2e3..47d5d922 100644 --- a/debugger/eudb.c +++ b/debugger/eudb.c @@ -326,7 +326,7 @@ db_shutdown(int sig) { printf("Shutting down...\n"); } -static void +static void __attribute__((noreturn)) die(int reason) { int i = 0; -- cgit v1.2.3