Re: RFR: 8283457: [macos] libpng build failures with Xcode13.3

2022-03-22 Thread Erik Joelsson
On Tue, 22 Mar 2022 18:53:20 GMT, Phil Race  wrote:

> Disable a warning from the Xcode 13.3 clang compiler when compiling libpng, 
> which is used by libsplashscreen.
> 
> Policy is not to change the upstream code locally unless it is also changed 
> in the same way upstream.
> We could consider reporting it upstream but libpng releases are very 
> infrequent.

Marked as reviewed by erikj (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/7911


RFR: 8283457: [macos] libpng build failures with Xcode13.3

2022-03-22 Thread Phil Race
Disable a warning from the Xcode 13.3 clang compiler when compiling libpng, 
which is used by libsplashscreen.

Policy is not to change the upstream code locally unless it is also changed in 
the same way upstream.
We could consider reporting it upstream but libpng releases are very infrequent.

-

Commit messages:
 - 8283457: [macos] libpng build failures with Xcode13.3

Changes: https://git.openjdk.java.net/jdk/pull/7911/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7911&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8283457
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7911.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7911/head:pull/7911

PR: https://git.openjdk.java.net/jdk/pull/7911