On Wed, 11 May 2022 20:55:29 GMT, Adam Farley <afar...@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 <adfar...@redhat.com> Looks good. This looks like an oversight. ------------- Marked as reviewed by erikj (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/8665