mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
8339156: Use more fine-granular clang unused warnings
Reviewed-by: erikj, kbarrett
This commit is contained in:
parent
2fb830553f
commit
a528c4b370
16 changed files with 59 additions and 18 deletions
|
@ -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), \
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue