[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 19:12:49 PST 2011


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





--- Comment #55 from Joseph Pecoraro <joepeck at webkit.org>  2011-01-27 19:12:48 PST ---
> > Source/WebCore/platform/network/cf/ServerSocketHandleCFNet.cpp:157
> > +    int fd = *(const int*)data;
> 
> I don't think that const has any real meaning here.

FWIW I get a build issue otherwise:
static_cast from type 'const void*' to type 'int*' casts away constness

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