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
..
2020-04-17 12:39:32 +02:00
2020-10-23 14:16:38 +02:00
2020-02-20 12:11:21 +01:00