[Webkit-unassigned] [Bug 115036] New: Fix cast-align WebCore/platform/graphics/GraphicsContext3D.cpp on ARM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 23 07:09:06 PDT 2013


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

           Summary: Fix cast-align
                    WebCore/platform/graphics/GraphicsContext3D.cpp on ARM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: loki at webkit.org, zherczeg at webkit.org


warnings:
----------
build/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:1338:13: warning: cast from 'WTF::OwnArrayPtr<unsigned char>::PtrType {aka unsigned char*}' to 'IntermediateSrcType* {aka float*}' increases required alignment of target type [-Wcast-align]
build/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:1339:13: warning: cast from 'WTF::OwnArrayPtr<unsigned char>::PtrType {aka unsigned char*}' to 'IntermediateSrcType* {aka float*}' increases required alignment of target type [-Wcast-align]

Fix is coming soon.

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