forked from AuroraMiddleware/gtk
gdk loaders: Add noreturn attribtues where appropriate
This commit is contained in:
parent
b7ad3bcf96
commit
1efccfcced
@ -44,7 +44,7 @@ struct error_handler_data {
|
||||
GError **error;
|
||||
};
|
||||
|
||||
static void
|
||||
G_GNUC_NORETURN static void
|
||||
fatal_error_handler (j_common_ptr cinfo)
|
||||
{
|
||||
struct error_handler_data *errmgr;
|
||||
|
@ -106,7 +106,7 @@ png_free_callback (png_structp o,
|
||||
g_free (x);
|
||||
}
|
||||
|
||||
static void
|
||||
G_GNUC_NORETURN static void
|
||||
png_simple_error_callback (png_structp png,
|
||||
png_const_charp error_msg)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user