[Webkit-unassigned] [Bug 51364] Web Inspector: Remote Web Inspector - Cross Platform InspectorServer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 22:57:00 PST 2011


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





--- Comment #56 from Alexey Proskuryakov <ap at webkit.org>  2011-01-27 22:56:59 PST ---
> static_cast from type 'const void*' to type 'int*' casts away constness

Yes, you need to use both static_cast and const_cast. We still prefer that over C-style cast.

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