[Webkit-unassigned] [Bug 31040] Use explicit parentheses to silence gcc 4.4 -Wparentheses warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 12:18:27 PST 2009


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-11-03 12:18:27 PDT ---
(From update of attachment 42356)
Some of these make sense.  And some of them don't:
 1578         if (src1.isInt32() && src2.isInt32() && !((src1.asInt32()) |
(src2.asInt32() & 0xc0000000))) // no overflow


Why are parens needed around (src1.asInt32()) ??

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