Title: [257670] branches/safari-609-branch
- Revision
- 257670
- Author
- [email protected]
- Date
- 2020-02-28 16:50:13 -0800 (Fri, 28 Feb 2020)
Log Message
Cherry-pick r257288. rdar://problem/59908834
[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-branch/ChangeLog (257669 => 257670)
--- branches/safari-609-branch/ChangeLog 2020-02-29 00:47:42 UTC (rev 257669)
+++ branches/safari-609-branch/ChangeLog 2020-02-29 00:50:13 UTC (rev 257670)
@@ -1,3 +1,31 @@
+2020-02-28 Russell Epstein <[email protected]>
+
+ Cherry-pick r257288. rdar://problem/59908834
+
+ [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 <[email protected]>
+
+ [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 <[email protected]>
Cherry-pick r254681. rdar://problem/59474790
Modified: branches/safari-609-branch/Source/cmake/OptionsMSVC.cmake (257669 => 257670)
--- branches/safari-609-branch/Source/cmake/OptionsMSVC.cmake 2020-02-29 00:47:42 UTC (rev 257669)
+++ branches/safari-609-branch/Source/cmake/OptionsMSVC.cmake 2020-02-29 00:50:13 UTC (rev 257670)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes