On Mon, 30 Mar 2026 05:48:13 GMT, Jayathirth D V <[email protected]> wrote:
> Update libpng to latest 1.6.56 version, we use libpng in splashscreen > implementation. > > Testing is green with this libpng update. > We are seeing windows build failure because of > https://github.com/pnggroup/libpng/commit/9929ba276ea3f7b4f03fdc0c693997ece3609c5b, > where "warning C4146: unary minus operator applied to unsigned type, result > still unsigned" is treated as error. > > We are disabling this warning in pngread.c as part of this libpng update. This pull request has now been integrated. Changeset: 77cfead6 Author: Jayathirth D V <[email protected]> URL: https://git.openjdk.org/jdk/commit/77cfead6fe84e254133681ee22d81fa190e0e371 Stats: 259 lines in 15 files changed: 137 ins; 41 del; 81 mod 8380959: Update Libpng to 1.6.56 Reviewed-by: erikj, aivanov, honkar, prr ------------- PR: https://git.openjdk.org/jdk/pull/30489
