8339156: Use more fine-granular clang unused warnings

Reviewed-by: erikj, kbarrett
This commit is contained in:
Magnus Ihse Bursie 2024-08-30 16:43:16 +00:00
parent 2fb830553f
commit a528c4b370
16 changed files with 59 additions and 18 deletions

View file

@ -34,7 +34,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJ2GSS, \
OPTIMIZATION := LOW, \
EXTRA_HEADER_DIRS := java.base:libjava, \
DISABLED_WARNINGS_gcc := undef unused-but-set-variable, \
DISABLED_WARNINGS_clang := undef, \
DISABLED_WARNINGS_clang := undef unused-but-set-variable, \
LIBS_unix := $(LIBDL), \
))