Title: [257288] trunk
Revision
257288
Author
pvol...@apple.com
Date
2020-02-24 17:08:05 -0800 (Mon, 24 Feb 2020)

Log Message

[Win] Fix AppleWin build.
https://bugs.webkit.org/show_bug.cgi?id=208164

Unreviewed build fix.

Allow a warning which happens when building with older SDKs.


* Source/cmake/OptionsMSVC.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (257287 => 257288)


--- trunk/ChangeLog	2020-02-25 01:03:46 UTC (rev 257287)
+++ trunk/ChangeLog	2020-02-25 01:08:05 UTC (rev 257288)
@@ -1,3 +1,14 @@
+2020-02-24  Per Arne Vollan  <pvol...@apple.com>
+
+        [Win] Fix AppleWin build.
+        https://bugs.webkit.org/show_bug.cgi?id=208164
+
+        Unreviewed build fix.
+
+        Allow a warning which happens when building with older SDKs.
+
+        * Source/cmake/OptionsMSVC.cmake:
+
 2020-02-20  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [GTK][WPE] Not set ccache compiler prefix if ccache its already the compiler binary in path.

Modified: trunk/Source/cmake/OptionsMSVC.cmake (257287 => 257288)


--- trunk/Source/cmake/OptionsMSVC.cmake	2020-02-25 01:03:46 UTC (rev 257287)
+++ trunk/Source/cmake/OptionsMSVC.cmake	2020-02-25 01:08:05 UTC (rev 257288)
@@ -4,7 +4,7 @@
     /wd4309 /wd4344 /wd4355 /wd4389 /wd4396 /wd4456 /wd4457 /wd4458 /wd4459
     /wd4481 /wd4503 /wd4505 /wd4510 /wd4512 /wd4530 /wd4610 /wd4611 /wd4646
     /wd4702 /wd4706 /wd4722 /wd4800 /wd4819 /wd4951 /wd4952 /wd4996 /wd6011
-    /wd6031 /wd6211 /wd6246 /wd6255 /wd6387
+    /wd6031 /wd6211 /wd6246 /wd6255 /wd6387 /wd4091
 )
 
 # Create pdb files for debugging purposes, also for Release builds
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to