RFR: 8295716: Minimize disabled warnings in security libs
Erik Joelsson
erikj at openjdk.org
Thu Oct 20 18:06:01 UTC 2022
On Thu, 20 Oct 2022 10:19:38 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 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.
Marked as reviewed by erikj (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/10787
More information about the build-dev
mailing list