-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b08
jdk building on windows have lots of
"cl : Command line warning D9014 : invalid value '2220' for '/wd'; assuming '4999'" in log b/c
C2220 is "warning treated as error" compiler error, which isn't a real compiler warning/error, so it can't be used in /wd.
"cl : Command line warning D9014 : invalid value '2220' for '/wd'; assuming '4999'" in log b/c
C2220 is "warning treated as error" compiler error, which isn't a real compiler warning/error, so it can't be used in /wd.
- relates to
-
JDK-8193017 Import freetype sources into OpenJDK source tree
-
- Resolved
-