Integrated: 8294466: Minimize disabled warnings in java.desktop
Magnus Ihse Bursie
ihse at openjdk.org
Mon Oct 24 09:56:33 UTC 2022
On Thu, 20 Oct 2022 10:36:08 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> After JDK-8294281, it is now possible to disable warnings for individual files instead for whole libraries. I used this opportunity to go through all disabled warnings in java.desktop native libraries.
>
> Any warnings that were only triggered in a few files were removed from the library as a whole, and changed to be only disabled for those files.
>
> Some warnings didn't trigger in any file anymore, and could just be removed.
>
> (This is a reboot of https://github.com/openjdk/jdk/pull/10453)
This pull request has now been integrated.
Changeset: 74606614
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/74606614e0a2e81dadf27e20028055f6305e2ac4
Stats: 100 lines in 2 files changed: 43 ins; 18 del; 39 mod
8294466: Minimize disabled warnings in java.desktop
Reviewed-by: erikj, prr
-------------
PR: https://git.openjdk.org/jdk/pull/10790
More information about the build-dev
mailing list