OpenJDK / amber / amber
changeset 54210:05429f43e036
8216155: C4819 warning at libfreetype sources on Windows
Reviewed-by: erikj
author | ysuenaga |
---|---|
date | Sat, 05 Jan 2019 10:07:55 +0900 |
parents | 259c36ef27df |
children | 22baf8054a40 |
files | make/lib/Awt2dLibraries.gmk |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make/lib/Awt2dLibraries.gmk Fri Jan 04 15:06:01 2019 -0500 +++ b/make/lib/Awt2dLibraries.gmk Sat Jan 05 10:07:55 2019 +0900 @@ -1,5 +1,5 @@ # -# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -519,7 +519,7 @@ DISABLED_WARNINGS_solstudio := \ E_STATEMENT_NOT_REACHED \ E_END_OF_LOOP_CODE_NOT_REACHED, \ - DISABLED_WARNINGS_microsoft := 4267 4244 4312, \ + DISABLED_WARNINGS_microsoft := 4267 4244 4312 4819, \ DISABLED_WARNINGS_gcc := implicit-fallthrough, \ LDFLAGS := $(LDFLAGS_JDKLIB) \ $(call SET_SHARED_LIBRARY_ORIGIN), \