Re: RFR: 8294314: Minimize disabled warnings in hotspot [v21]

2022-10-15 Thread Kim Barrett
On Wed, 12 Oct 2022 13:42:39 GMT, Magnus Ihse Bursie wrote: >> make/hotspot/lib/CompileJvm.gmk line 92: >> >>> 90: >>> 91: DISABLED_WARNINGS_clang := ignored-qualifiers sometimes-uninitialized \ >>> 92: missing-braces delete-non-abstract-non-virtual-dtor unknown-pragmas >> >> Shouldn't shi

Re: RFR: 8294314: Minimize disabled warnings in hotspot [v21]

2022-10-15 Thread Kim Barrett
On Wed, 12 Oct 2022 11:04:14 GMT, Magnus Ihse Bursie 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 >> hots