mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
core: Mark meta_fatal() as not returning
This also makes meta_fatal() not returning, even if a NULL format is passed. https://bugzilla.gnome.org/show_bug.cgi?id=780304 https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
@ -43,7 +43,7 @@ void meta_bug (const char *format,
|
||||
void meta_warning (const char *format,
|
||||
...) G_GNUC_PRINTF (1, 2);
|
||||
void meta_fatal (const char *format,
|
||||
...) G_GNUC_PRINTF (1, 2);
|
||||
...) G_GNUC_PRINTF (1, 2) G_GNUC_NORETURN G_ANALYZER_NORETURN;
|
||||
|
||||
/**
|
||||
* MetaDebugTopic:
|
||||
|
Reference in New Issue
Block a user