On Thu, 20 Oct 2022 10:15:50 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 the 
> serviceability 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: faa6b662
Author:    Magnus Ihse Bursie <i...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/faa6b662577a24eeb726ba525303b68b87269869
Stats:     16 lines in 4 files changed: 4 ins; 2 del; 10 mod

8295715: Minimize disabled warnings in serviceability libs

Reviewed-by: cjplummer, erikj

-------------

PR: https://git.openjdk.org/jdk/pull/10786

Reply via email to