[webkit-reviews] review requested: [Bug 29034] ARM compiler does not understand reinterpret_cast<void*> : [Attachment 39190] proposed patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 08:41:53 PDT 2009


Laszlo Gombos <laszlo.1.gombos at nokia.com> has asked  for review:
Bug 29034: ARM compiler does not understand reinterpret_cast<void*>
https://bugs.webkit.org/show_bug.cgi?id=29034

Attachment 39190: proposed patch.
https://bugs.webkit.org/attachment.cgi?id=39190&action=review

------- Additional Comments from Laszlo Gombos <laszlo.1.gombos at nokia.com>
Change reinterpret_cast<void*> to regular C style (void*) cast.

I share the view that reinterpret_cast is more descriptive, however when it
comes to casting to void* I'm less certain about the difference.


More information about the webkit-reviews mailing list