On Thu, 20 Oct 2022 10:19:38 GMT, Magnus Ihse Bursie <i...@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 the security 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: 1d15e5cd Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/1d15e5cdd698045ab9c285c92b96126ed0666ac5 Stats: 4 lines in 2 files changed: 0 ins; 1 del; 3 mod 8295716: Minimize disabled warnings in security libs Reviewed-by: erikj ------------- PR: https://git.openjdk.org/jdk/pull/10787