From cf59b09c1e7c520b96295058c10acea1dbeee671 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 23 Nov 2010 19:42:33 +0100 Subject: [PATCH] mount: mark die() as nonreturn Signed-off-by: Karel Zak --- mount/sundries.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/sundries.c b/mount/sundries.c index 98f46949..4cf30899 100644 --- a/mount/sundries.c +++ b/mount/sundries.c @@ -115,7 +115,7 @@ error (const char *fmt, ...) { } /* Fatal error. Print message and exit. */ -void + __attribute__ ((noreturn)) void die(int err, const char *fmt, ...) { va_list args; -- 2.39.5