Philippe Mathieu-Daudé
c08790f48b
qemu/thread: Mark qemu_thread_exit() with 'noreturn' attribute
...
After upgrading to Ubuntu 20.04 LTS, GCC 9.3 complains:
util/qemu-thread-posix.c: In function ‘qemu_thread_exit’:
util/qemu-thread-posix.c:577:6: error: function might be candidate for attribute ‘noreturn’ [-Werror=suggest-attribute=noreturn]
577 | void qemu_thread_exit(void *retval)
| ^~~~~~~~~~~~~~~~
Fix by marking the qemu_thread_exit function with QEMU_NORETURN
to set the 'noreturn' attribute.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-06-10 12:10:49 -04:00
..
2019-08-16 13:31:51 +02:00
2020-03-27 13:42:57 +00:00
2019-06-12 13:20:20 +02:00
2019-07-15 15:39:02 +02:00
2020-02-25 20:20:23 +00:00
2019-04-09 18:34:21 +02:00
2019-06-12 13:20:20 +02:00
2019-10-28 11:22:31 +01:00
2020-02-28 10:58:41 -08:00
2019-10-25 15:18:38 +02:00
2020-03-16 23:02:21 +01:00
2019-06-12 13:20:20 +02:00
2019-06-11 20:22:09 +02:00
2019-12-16 10:46:35 +00:00
2020-01-06 18:41:32 +04:00
2019-05-13 08:58:55 +02:00
2019-12-18 08:36:15 +01:00
2019-06-12 13:20:20 +02:00
2019-08-16 13:31:52 +02:00
2019-06-12 13:20:20 +02:00
2019-05-22 12:38:54 -04:00
2020-03-18 14:03:46 -04:00
2018-12-12 10:01:13 +01:00
2020-01-07 16:50:09 +04:00
2019-08-27 14:58:42 +01:00
2019-05-13 08:58:55 +02:00
2020-03-11 12:42:30 +01:00
2020-05-04 16:07:43 +01:00
2020-02-19 11:17:40 +01:00
2020-02-03 11:33:10 +11:00
2019-09-11 08:46:17 +02:00
2019-06-12 13:20:20 +02:00
2020-02-28 09:24:43 +01:00
2019-09-24 12:18:47 +01:00
2020-02-21 09:15:03 +11:00
2019-01-11 15:46:55 +01:00
2020-04-29 08:01:52 +02:00
2020-05-04 14:35:23 +02:00
2019-10-28 15:12:38 +00:00
2020-05-15 15:25:16 +01:00
2019-05-13 08:58:55 +02:00
2020-03-11 12:42:30 +01:00
2019-06-12 13:20:20 +02:00
2020-05-15 15:25:16 +01:00
2019-04-18 22:18:59 +02:00
2018-09-26 08:55:54 -07:00
2019-04-18 22:18:59 +02:00
2020-03-09 16:39:20 +00:00
2019-08-16 13:31:52 +02:00
2019-08-16 13:31:51 +02:00
2020-02-22 08:26:47 +00:00
2020-05-04 16:07:43 +01:00
2020-04-07 16:19:49 +01:00
2020-02-12 16:23:01 +01:00
2019-09-03 23:24:42 +02:00
2019-05-13 08:58:55 +02:00
2019-05-13 08:58:55 +02:00
2019-05-13 08:58:55 +02:00
2019-08-16 13:31:51 +02:00
2020-06-10 12:10:49 -04:00
2019-06-12 13:20:20 +02:00
2020-02-12 16:23:01 +01:00
2020-06-10 12:09:36 -04:00
2019-02-01 13:46:45 +01:00
2020-05-14 15:03:08 +01:00
2018-12-20 10:29:08 +01:00
2018-10-02 19:09:12 +02:00
2018-12-17 06:04:44 +03:00