From 59a8e37c4536078a42b423b9d9d683f2093516f2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 23 Jan 2009 17:14:31 +0000 Subject: [PATCH] trivial: egg update --- src/egg-debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egg-debug.h b/src/egg-debug.h index e3df542..c935dcb 100644 --- a/src/egg-debug.h +++ b/src/egg-debug.h @@ -76,7 +76,7 @@ void egg_warning_real (const gchar *func, void egg_error_real (const gchar *func, const gchar *file, int line, - const gchar *format, ...) __attribute__((format (printf,4,5))); + const gchar *format, ...) G_GNUC_NORETURN __attribute__((format (printf,4,5))); G_END_DECLS