On Mon, 26 Sep 2022 15:31:53 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> After [JDK-8294281](https://bugs.openjdk.org/browse/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.base 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 pull request has now been integrated. Changeset: 755958e5 Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/755958e5ee40f83f3deb5c922d51e425e3bd412c Stats: 26 lines in 2 files changed: 8 ins; 4 del; 14 mod 8294376: Minimize disabled warnings in java.base Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/10426