RFR: 8286601: Mac Aarch: Excessive warnings to be ignored for build jdk
Erik Joelsson
erikj at openjdk.java.net
Wed May 11 21:14:54 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>
Looks good. This looks like an oversight.
-------------
Marked as reviewed by erikj (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8665
More information about the build-dev
mailing list