summaryrefslogtreecommitdiff
path: root/debugger
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-11-02 10:02:08 +0000
committerThomas Wood <thomas.wood@intel.com>2015-11-11 14:20:55 +0000
commit36b8143c224b47f743d8881514bb348b9ee1d102 (patch)
tree40ec1c934e6dbbaaec0f417bfb44762ac844570e /debugger
parent3bc3ab27eac6eace4c90c8da92b4e7570110263b (diff)
Add missing noreturn attribute to various functions
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'debugger')
-rw-r--r--debugger/eudb.c2
1 files changed, 1 insertions, 1 deletions
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;