[Webkit-unassigned] [Bug 55368] Fix alignment warnings in ARMv7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 1 05:39:06 PST 2011


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


Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #84048|review?                     |
               Flag|                            |




--- Comment #2 from Xan Lopez <xan.lopez at gmail.com>  2011-03-01 05:39:06 PST ---
(From update of attachment 84048)
OK, this fails in a few places in debug builds because there's an ASSERT checking the correctness of the cast that uses __alignof__, which needs the size of the class, which is not available in many places (since we forward declare instead of including the header). I'll see if I can either fix it for good or at least attach a patch with the easy fixes.

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