[Webkit-unassigned] [Bug 34828] New: Microsoft Visual Studio 2008 and 2010 Compatibility Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 10 20:45:21 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34828
Summary: Microsoft Visual Studio 2008 and 2010 Compatibility
Patch
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: evgenilv at yahoo.ca
ChangeLog:
These changes are required for building WebKit in new versions of
Visual Studio with the same project setting: Treat Warnings As Errors /WX.
2010-02-10 Eugene Lavrenov <evgenilv at yahoo.ca>
JavaScriptCore:
Warning C4396: the inline specifier cannot be used when a friend
declaration refers to a specialization of a function template.
* wtf/HashSet.h:
(WTF::deleteAllValues): removed inline specifier
(WTF::fastDeleteAllValues): removed inline specifier
* wtf/ListHashSet.h:
(WTF::deleteAllValues): removed inline specifier
* wtf/PassRefPtr.h:
(WTF::adoptRef): removed inline specifier
WebKitTools:
* Scripts/webkitdirs.pm: Added a msVisualStudioDir variable for easy
transition to a new version of Visual Studio:
my $msVisualStudioDir = "Microsoft Visual Studio 8"; # Change this for
another version of Microsoft Visual Studio
The patch is attached. Please update the source. Obviously none of these
changes affects functionality.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list