[Webkit-unassigned] [Bug 11504] New: Fix warnings on non 32 bit platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 3 05:25:52 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11504

           Summary: Fix warnings on non 32 bit platforms
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: zack at kde.org


On platforms with 32bit userspace, uintptr_t is 32bits so compiler complains
about truncating a 64bit type to 32bits. This is basically the same casts we
added in kdelibs to kjs.


-- 
Configure bugmail: http://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