Integrated: 8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp
Aleksey Shipilev
shade at openjdk.java.net
Thu Oct 8 08:15:45 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
This pull request has now been integrated.
Changeset: 8f9e4792
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/8f9e4792
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8254144: Non-x86 Zero builds fail with return-type warning in os_linux_zero.cpp
Reviewed-by: zgu
-------------
PR: https://git.openjdk.java.net/jdk/pull/539
More information about the hotspot-runtime-dev
mailing list