8308286: Fix clang warnings in linux code

Reviewed-by: avu, djelinski
This commit is contained in:
Artem Semenov 2023-06-29 09:07:34 +00:00
parent f842ec48b1
commit 98a954eebc
6 changed files with 20 additions and 6 deletions

View file

@ -33,6 +33,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJ2GSS, \
CFLAGS := $(CFLAGS_JDKLIB), \
DISABLED_WARNINGS_gcc := undef, \
DISABLED_WARNINGS_clang_aix := undef, \
DISABLED_WARNINGS_clang := undef, \
LDFLAGS := $(LDFLAGS_JDKLIB) \
$(call SET_SHARED_LIBRARY_ORIGIN), \
LIBS := $(LIBDL), \