Skip to content

Commit 776522a

Browse files
committedNov 19, 2019
8220074: Clean up GCC 8.3 errors in LittleCMS
Reviewed-by: prr
1 parent d717078 commit 776522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make/lib/Awt2dLibraries.gmk

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBLCMS, \
383383
libawt/java2d, \
384384
HEADERS_FROM_SRC := $(LIBLCMS_HEADERS_FROM_SRC), \
385385
DISABLED_WARNINGS_gcc := format-nonliteral type-limits \
386-
misleading-indentation undef unused-function, \
386+
misleading-indentation undef unused-function stringop-truncation, \
387387
DISABLED_WARNINGS_clang := tautological-compare format-nonliteral undef, \
388388
DISABLED_WARNINGS_solstudio := E_STATEMENT_NOT_REACHED, \
389389
DISABLED_WARNINGS_microsoft := 4819, \

0 commit comments

Comments
 (0)
Please sign in to comment.