diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |