[Webkit-unassigned] [Bug 63642] New: [Qt] Visual Studio 2010 compiler warning about TR1 support in JavascriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 12:11:21 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63642

           Summary: [Qt] Visual Studio 2010 compiler warning about TR1
                    support in JavascriptCore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arosenberg at logitech.com


Created an attachment (id=99123)
 --> (https://bugs.webkit.org/attachment.cgi?id=99123&action=review)
patch to fix tr1 warning for VS2010

When building qtwebkit-2.2 branch with Visual Studio 2010, there is a warning about _HAS_TR1 being redefined. VS 2010 fully supports TR1 so the override of the define in the JavascriptCore pri file is not needed. Attached is a patch which fixes this.

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