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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 23:14:20 PDT 2009


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





--- Comment #2 from Xan Lopez <xan.lopez at gmail.com>  2009-09-25 23:14:20 PDT ---
(In reply to comment #1)
> That is interesting. Lines "118" in InspectorResource.h don't look relevant
> anymore. Could you specify a revision or show the lines where the warnings are
> coming from?
> 
> This type of error normally happens when comparing an "unsigned" with something
> signed.

The line is:

            inline bool hasChange(ChangeType change) { return (m_change &
change) || !(m_change + change); }

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