genode/repos/base-hw
Piotr Tworek a892018926 base-hw: Define Entry function as noreturn.
Right now the code marks specific instance of this function as noreturn.
It then tries to initialize it using a value that has the same type,
except for the noreturn part. GCC does not care, but clang complains this
technically assigns the value of entry from incompatible pointer type.

Fix this by defining Entry function as no return.

Issue #3938
2020-11-23 12:02:59 +01:00
..
doc Retire OMAP4 support 2020-04-17 12:39:32 +02:00
etc kernel: differentiate board-specific components 2019-05-27 14:46:52 +02:00
include base-hw: make ARMv7/v8 hypervisor smp ready 2020-11-23 12:02:58 +01:00
lib/mk base: remove alarm library from base 2020-10-09 13:33:36 +02:00
patches muen: update to Community 2019 toolchain version 2020-10-09 13:35:55 +02:00
ports muen: update to Community 2019 toolchain version 2020-10-09 13:35:55 +02:00
recipes depot: update recipe hashes 2020-10-23 14:16:38 +02:00
run base-hw: fix run scripts 2020-02-20 12:11:21 +01:00
src base-hw: Define Entry function as noreturn. 2020-11-23 12:02:59 +01:00