Add missing noreturn attribute to various functions

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2015-11-02 10:02:08 +00:00
parent 3bc3ab27ea
commit 36b8143c22
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ db_shutdown(int sig) {
printf("Shutting down...\n");
}
static void
static void __attribute__((noreturn))
die(int reason) {
int i = 0;