summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/egg-debug.h2
1 files changed, 1 insertions, 1 deletions
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