[Webkit-unassigned] [Bug 39619] New: Silence GCC warning

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


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

           Summary: Silence GCC warning
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agbakken at gmail.com



Anders Bakken <agbakken at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56926|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=56926)
 --> (https://bugs.webkit.org/attachment.cgi?id=56926)
Patch to silence GCC warning

GCC complains about these kinds of statements:

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

suggest parentheses around && within ||

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