RFR: 8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp
Zhengyu Gu
zgu at openjdk.java.net
Wed Oct 7 11:41:13 UTC 2020
On Wed, 7 Oct 2020 11:11:51 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Pretty trivial: missing `return` statement for non-void returning function. GCC complains about it in 11u, but not in
> HEAD. Still, I believe we should fix it everywhere.
> Testing:
> - [x] Linux Zero arm32 build, HEAD
> - [x] Linux Zero arm32 build, 11u
Looks good and trivial
-------------
Marked as reviewed by zgu (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/539
More information about the hotspot-runtime-dev
mailing list