[Webkit-unassigned] [Bug 29231] Compiler warnings in InspectorResource.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 23:26:54 PDT 2009


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





--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2009-09-25 23:26:55 PDT ---
As I understood it, an enum is interchangeable with an int, and those
operations are fine on an int.  It looks like the 6 warnings come from
"InspectorResource::updateScriptObject" in InspectorResource.cpp where it calls
"hasChange", which is an inline function.  The calls all look just fine,
passing an enum value. I'm stumped for now.

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