RFR(XXS) : 8200538 : cl : Command line warning D9014 : invalid value '2220' for '/wd' (original) (raw)

Igor Ignatyev igor.ignatyev at ORACLE.COM
Fri Mar 30 22:10:06 UTC 2018


http://cr.openjdk.java.net/~iignatyev/8200538/webrev.00/

1 line changed: 0 ins; 0 del; 1 mod;

Hi all,

could you please review this one-liner change which removes C2220 from disabled warning on windows? C2220 is "warning treated as error" compiler error, which isn't a real compiler warning/error, so it can't be used in /wd as a result, we get warning D9014.

webrev: http://cr.openjdk.java.net/~iignatyev/8200538/webrev.00/ jbs: https://bugs.openjdk.java.net/browse/JDK-8200538 testing: built windows, windows-debug (including open only) and grepped for D9014 in log

Thanks, -- Igor



More information about the build-dev mailing list