[PATCH v2] [gdb] Fix compile error due to [[noreturn]] with clang
Tom Tromey
tom@tromey.com
Fri Nov 1 17:14:51 GMT 2024
>>>>> andrew <andrew@andrewoates.com> writes:
> -[[noreturn]] static void gdb_os_error (host_callback *, const char *, ...);
> +static void gdb_os_error(host_callback *, const char *, ...)
> + ATTRIBUTE_NORETURN;
I fixed the little formatting error here (removed a space) and added my
approved-by. I'm going to push it in a second.
Tom
More information about the Gdb-patches
mailing list