[Webkit-unassigned] [Bug 20743] New: redefined WTF_USE_JSC macro

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 9 04:36:56 PDT 2008


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

           Summary: redefined WTF_USE_JSC macro
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oszi at inf.u-szeged.hu


WebCore/WebCore.pro defines WTF_USE_JSC=1, assigned to compiler command line.
But WebCore/config.h also defines WTF_USE_JSC: #define WTF_USE_JSC !WTF_USE_V8.
The macro redifinig is warning according to gcc. I think it should be fixed.
One way to remove defining WTF_USE_JSC from WebCore.pro. The other way to use
#undef macro in config.h, if WTF_USE_JSC defined before.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list