RESOLVED FIXED 153424
[mips] Use reinterpret_cast_ptr to suppress alignment warnings.
https://bugs.webkit.org/show_bug.cgi?id=153424
Summary [mips] Use reinterpret_cast_ptr to suppress alignment warnings.
Konstantin Tokarev
Reported 2016-01-25 08:11:37 PST
Use of reinterpret_cast in JSGenericTypedArrayView::sortFloat results in series of warnings on MIPS. Use reinterpret_cast_ptr instead.
Attachments
Patch (1.41 KB, patch)
2016-01-25 08:13 PST, Konstantin Tokarev
no flags
Konstantin Tokarev
Comment 1 2016-01-25 08:13:03 PST
WebKit Commit Bot
Comment 2 2016-01-27 15:45:53 PST
Comment on attachment 269752 [details] Patch Clearing flags on attachment: 269752 Committed r195701: <http://trac.webkit.org/changeset/195701>
WebKit Commit Bot
Comment 3 2016-01-27 15:45:57 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.