On Thu, 8 May 2025 18:30:11 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> The -Wtype-limits warning was previously disabled in the OpenJDK build for > LCMS 2.14+ due to upstream issues: https://github.com/openjdk/jdk/pull/11217 > The issue was reported to the LCMS project: > https://github.com/mm2/Little-CMS/issues/458 > It has since been fixed in LCMS 2.17 and integrated into OpenJDK as part of > [JDK-8348110](https://bugs.openjdk.org/browse/JDK-8348110). > > Now that the issue has been resolved, we can re-enable this warning. > > The build works fine on the system where the initial > [issue](https://github.com/openjdk/jdk/pull/11217) could be reproduced. This pull request has now been integrated. Changeset: 9a0e6f33 Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/9a0e6f338f34fb5da16d5f9eb710cdddd4302945 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8356571: Re-enable -Wtype-limits for GCC in LCMS Reviewed-by: jwaters, prr ------------- PR: https://git.openjdk.org/jdk/pull/25127