[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
ap at apple.com
ap at apple.com
Wed Jan 20 22:16:39 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 642475ea7a393cf6c63a74937bc178c529513b08
Author: ap at apple.com <ap at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Jan 8 00:24:15 2010 +0000
Not reviewed, build fix.
Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by
clients of another class). WebCore doesn't use all methods of JSString, so
we don't export all classes clients could theoretically access via JSString.
* win/tools/vsprops/common.vsprops:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52957 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index 3c0b069..e282ec1 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,13 @@
+2010-01-07 Alexey Proskuryakov <ap at apple.com>
+
+ Not reviewed, build fix.
+
+ Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by
+ clients of another class). WebCore doesn't use all methods of JSString, so
+ we don't export all classes clients could theoretically access via JSString.
+
+ * win/tools/vsprops/common.vsprops:
+
2009-12-21 Mark Rowe <mrowe at apple.com>
Reviewed by Samuel Weinig.
diff --git a/WebKitLibraries/win/tools/vsprops/common.vsprops b/WebKitLibraries/win/tools/vsprops/common.vsprops
index 290db9a..a8b4773 100644
--- a/WebKitLibraries/win/tools/vsprops/common.vsprops
+++ b/WebKitLibraries/win/tools/vsprops/common.vsprops
@@ -15,7 +15,7 @@
WarningLevel="4"
WarnAsError="true"
DebugInformationFormat="3"
- DisableSpecificWarnings="4018;4068;4099;4100;4127;4138;4189;4244;4275;4291;4305;4344;4355;4389;4503;4505;4510;4512;4610;4706;4800;4951;4952;4996;6011;6031;6211;6246;6255;6387"
+ DisableSpecificWarnings="4018;4068;4099;4100;4127;4138;4189;4244;4251;4275;4291;4305;4344;4355;4389;4503;4505;4510;4512;4610;4706;4800;4951;4952;4996;6011;6031;6211;6246;6255;6387"
/>
<Tool
Name="VCLibrarianTool"
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list