[webkit-reviews] review requested: [Bug 39619] Silence GCC warning : [Attachment 56926] Patch to silence GCC warning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 14:26:38 PDT 2010


Anders Bakken <agbakken at gmail.com> has asked  for review:
Bug 39619: Silence GCC warning
https://bugs.webkit.org/show_bug.cgi?id=39619

Attachment 56926: Patch to silence GCC warning
https://bugs.webkit.org/attachment.cgi?id=56926&action=review

------- Additional Comments from Anders Bakken <agbakken at gmail.com>
GCC complains about these kinds of statements:

if (foo || bar && barfood)
    foobar();

suggest parentheses around && within ||


More information about the webkit-reviews mailing list