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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 23 07:52:36 PDT 2013


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2013-04-23 07:50:56 PST ---
m_unpackedIntermediateSrcData is an uint8_t array allocated with new.

DataTypeForFormat<IntermediateSrcFormat>::Type IntermediateSrcType;
--> IntermediateSrcType can be uint8_t, float or uint16_t.

new should return aligned pointer for these types, so it is safe 
to ignore this warning and use reinterpret_cast_ptr here.

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