From ff9ed6d7239ec6b0e5d0eca8cbd5d63abec921e1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 3 Feb 2020 16:29:26 +0100 Subject: util: meta_bug raises SIGABRT so it shouldn't return --- src/include/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/util.h b/src/include/util.h index 107b9365..fe94bbc6 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -43,7 +43,7 @@ void meta_verbose_real (const char *format, ...) G_GNUC_PRINTF (1, 2); void meta_bug (const char *format, - ...) G_GNUC_PRINTF (1, 2); + ...) G_GNUC_PRINTF (1, 2) G_GNUC_NORETURN G_ANALYZER_NORETURN; void meta_warning (const char *format, ...) G_GNUC_PRINTF (1, 2); void meta_fatal (const char *format, -- cgit v1.2.1