diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index de01266..014524f 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -373,10 +373,7 @@ print_any_exception (struct ui_file *file, const char *prefix, } } -NORETURN static void -throw_it (enum return_reason reason, enum errors error, const char *fmt, - va_list ap) ATTR_NORETURN; -NORETURN static void +NORETURN static void ATTR_NORETURN ATTR_FORMAT (printf, 3, 0) throw_it (enum return_reason reason, enum errors error, const char *fmt, va_list ap) { |