[webkit-reviews] review granted: [Bug 118242] Fix cast-align warnings in JavaScriptCore/heap/HandleBlockInlines.h : [Attachment 205807] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 08:08:02 PDT 2013


Mark Hahnenberg <mhahnenberg at apple.com> has granted Csaba Osztrogonac
<ossy at webkit.org>'s request for review:
Bug 118242: Fix cast-align warnings in JavaScriptCore/heap/HandleBlockInlines.h
https://bugs.webkit.org/show_bug.cgi?id=118242

Attachment 205807: Patch
https://bugs.webkit.org/attachment.cgi?id=205807&action=review

------- Additional Comments from Mark Hahnenberg <mhahnenberg at apple.com>
r=me. We use char* to make the pointer arithmetic easier, so it's fine that the
cast changes the alignment. Thanks for fixing this!


More information about the webkit-reviews mailing list