Title: [162642] trunk/WebKitLibraries
Revision
162642
Author
roger_f...@apple.com
Date
2014-01-23 14:12:08 -0800 (Thu, 23 Jan 2014)

Log Message

[Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".

* win/tools/vsprops/common.props:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (162641 => 162642)


--- trunk/WebKitLibraries/ChangeLog	2014-01-23 22:09:18 UTC (rev 162641)
+++ trunk/WebKitLibraries/ChangeLog	2014-01-23 22:12:08 UTC (rev 162642)
@@ -1,3 +1,9 @@
+2014-01-23  Roger Fong  <roger_f...@apple.com>
+
+        [Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".
+
+        * win/tools/vsprops/common.props:
+
 2014-01-16  Alexey Proskuryakov  <a...@apple.com>
 
         [Mac] [iOS] Add support for CFHTTPCookieStorageAcceptPolicyExclusivelyFromMainDocumentDomain

Modified: trunk/WebKitLibraries/win/tools/vsprops/common.props (162641 => 162642)


--- trunk/WebKitLibraries/win/tools/vsprops/common.props	2014-01-23 22:09:18 UTC (rev 162641)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.props	2014-01-23 22:12:08 UTC (rev 162642)
@@ -41,7 +41,7 @@
       <WarningLevel>Level4</WarningLevel>
       <TreatWarningAsError>false</TreatWarningAsError>
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
-      <DisableSpecificWarnings>4018;4068;4099;4100;4127;4138;4146;4180;4189;4201;4244;4251;4267;4275;4288;4291;4305;4344;4355;4389;4396;4481;4503;4505;4510;4512;4530;4610;4702;4706;4800;4819;4951;4952;4996;6011;6031;6211;6246;6255;6387;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+      <DisableSpecificWarnings>4018;4068;4099;4100;4127;4138;4146;4180;4189;4201;4244;4251;4267;4275;4288;4291;4305;4309;4344;4355;4389;4396;4481;4503;4505;4510;4512;4530;4610;4702;4706;4800;4819;4951;4952;4996;6011;6031;6211;6246;6255;6387;%(DisableSpecificWarnings)</DisableSpecificWarnings>
       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
       <FunctionLevelLinking>false</FunctionLevelLinking>
       <FloatingPointExceptions>false</FloatingPointExceptions>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to