RFR: 8286601: Mac Aarch: Excessive warnings to be ignored for build jdk

Adam Farley afarley at openjdk.java.net
Thu May 12 12:00:48 UTC 2022


On Wed, 11 May 2022 20:55:29 GMT, Adam Farley <afarley at openjdk.org> wrote:

> These warnings are ignored while building the build+full jdks with gcc,
> but only ignored while building the full JDK if using clang. This
> produces tons of warnings we normally ignore, e.g. unused parameter.
> 
> I suggest that if we're ignoring this type of error while using gcc,
> we should also ignore them while using clang.
> 
> Signed-off-by: Adam Farley <adfarley at redhat.com>

Thanks Erik and Magnus. :)

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

PR: https://git.openjdk.java.net/jdk/pull/8665



More information about the build-dev mailing list