mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-23 12:54:17 +02:00
8309219: Fix xlc17 clang 15 warnings in java.base
Reviewed-by: goetz, mdoerr
This commit is contained in:
parent
177e8327d6
commit
6eddbe26dd
6 changed files with 12 additions and 9 deletions
|
@ -198,6 +198,7 @@ ifeq ($(call isTargetOs, aix), true)
|
|||
OPTIMIZATION := HIGH, \
|
||||
CFLAGS := $(STATIC_LIBRARY_FLAGS) $(CFLAGS_JDKLIB) $(LIBJLI_CFLAGS) \
|
||||
$(addprefix -I, $(LIBJLI_SRC_DIRS)), \
|
||||
DISABLED_WARNINGS_clang_aix := format-nonliteral deprecated-non-prototype, \
|
||||
ARFLAGS := $(ARFLAGS), \
|
||||
OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libjli_static))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue