Skip to content

Commit e97fe08

Browse files
committed
8306279: Build failure after JDK-8299592
Reviewed-by: thartmann
1 parent 3c7ab80 commit e97fe08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/modules/java.desktop/lib/Awt2dLibraries.gmk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBAWT, \
134134
CFLAGS := $(CFLAGS_JDKLIB) $(LIBAWT_CFLAGS), \
135135
EXTRA_HEADER_DIRS := $(LIBAWT_EXTRA_HEADER_DIRS), \
136136
DISABLED_WARNINGS_gcc_awt_LoadLibrary.c := unused-result, \
137+
DISABLED_WARNINGS_gcc_debug_mem.c := format-nonliteral, \
137138
DISABLED_WARNINGS_gcc_ProcessPath.c := maybe-uninitialized, \
138139
DISABLED_WARNINGS_gcc_Region.c := maybe-uninitialized, \
139140
DISABLED_WARNINGS_gcc_SurfaceData.c := unused-value, \

0 commit comments

Comments
 (0)