[Webkit-unassigned] [Bug 29034] ARM compiler does not understand reinterpret_cast<void*>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 09:24:27 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

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




--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-09-08 09:24:27 PDT ---
reinterpret_cast cannot cast away const or other type qualifiers

Did you try casting to <const void*> to see if that made the compiler happy?

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