[Webkit-unassigned] [Bug 57087] New: [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 00:18:20 PDT 2011


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

           Summary: [Qt] QtWebKit will not compile with
                    QT_ASCII_CAST_WARNINGS enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kristian.amlie at nokia.com


In Source/WebKit/qt/QtWebKit.pro there is a line "DEFINES -= QT_ASCII_CAST_WARNINGS", which disables warnings when you convert from anything 8-bit to a UTF-16 string (default QString). Since warnings are treated as errors in WebKit, this causes the build to fail. Ideally, WebKit should be able to compile with these warnings turned on.

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