[OpenJDK 2D-Dev] RFR: Bug Pending: Build fails to compile jchuff.c
Adam Farley8
adam.farley at uk.ibm.com
Mon Mar 19 17:00:23 UTC 2018
Hi All,
I ask for a committer to add one word to make/lib/Awt2dLibraries.gmk to
solve a build break.
We need to go to line 495 and add array-bounds into the list of disabled
warnings.
So this:
DISABLED_WARNINGS_gcc := clobbered implicit-fallthrough
shift-negative-value, \
becomes this:
DISABLED_WARNINGS_gcc := clobbered implicit-fallthrough
shift-negative-value array-bounds, \
This fixes a build-breaking problem which occurs if you don't disable
errors-as-warnings on zLinux or Linux for ppcle.
Best Regards
Adam Farley
P.S. For further background, see this:
http://mail.openjdk.java.net/pipermail/2d-dev/2018-March/008958.html
Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20180319/9af5dfe1/attachment.html>
More information about the 2d-dev
mailing list