[Webkit-unassigned] [Bug 32662] New: [Qt] QJavaScriptEngine compilation problem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 07:24:43 PST 2009


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

           Summary: [Qt] QJavaScriptEngine compilation problem
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jedrzej.nowacki at nokia.com
        Depends on: 32565


The QJavaScriptEngine class can't be correctly compiled with code that use
default copy constructor or operator=. The gcc warns about a destructing class
which definition is forwarded.

warning: possible problem detected in invocation of delete operator
note: neither the destructor nor the class-specific operator delete will be
called, even if they are declared when the class is defined.

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