Title: [257393] branches/safari-609.1.20.4-branch
Revision
257393
Author
alanc...@apple.com
Date
2020-02-25 16:44:29 -0800 (Tue, 25 Feb 2020)

Log Message

Cherry-pick r257288. rdar://problem/59417124

    [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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@257288 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-609.1.20.4-branch/ChangeLog (257392 => 257393)


--- branches/safari-609.1.20.4-branch/ChangeLog	2020-02-26 00:41:02 UTC (rev 257392)
+++ branches/safari-609.1.20.4-branch/ChangeLog	2020-02-26 00:44:29 UTC (rev 257393)
@@ -1,3 +1,31 @@
+2020-02-25  Alan Coon  <alanc...@apple.com>
+
+        Cherry-pick r257288. rdar://problem/59417124
+
+    [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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@257288 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-14  Russell Epstein  <repst...@apple.com>
 
         Cherry-pick r254681. rdar://problem/59474790

Modified: branches/safari-609.1.20.4-branch/Source/cmake/OptionsMSVC.cmake (257392 => 257393)


--- branches/safari-609.1.20.4-branch/Source/cmake/OptionsMSVC.cmake	2020-02-26 00:41:02 UTC (rev 257392)
+++ branches/safari-609.1.20.4-branch/Source/cmake/OptionsMSVC.cmake	2020-02-26 00:44:29 UTC (rev 257393)
@@ -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