Skip to content

Commit b5f25e0

Browse files
committed
8356571: Re-enable -Wtype-limits for GCC in LCMS
Reviewed-by: phh Backport-of: 9a0e6f338f34fb5da16d5f9eb710cdddd4302945
1 parent 9fe019d commit b5f25e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBLCMS, \
299299
common/awt/debug \
300300
libawt/java2d, \
301301
HEADERS_FROM_SRC := $(LIBLCMS_HEADERS_FROM_SRC), \
302-
DISABLED_WARNINGS_gcc := format-nonliteral type-limits \
302+
DISABLED_WARNINGS_gcc := format-nonliteral \
303303
misleading-indentation undef unused-function stringop-truncation, \
304304
DISABLED_WARNINGS_clang := tautological-compare format-nonliteral undef, \
305305
DISABLED_WARNINGS_microsoft := 4819, \

0 commit comments

Comments
 (0)