Bug 44468 - Fix gcc warning introduced in 65731 II.
Summary: Fix gcc warning introduced in 65731 II.
Status: RESOLVED DUPLICATE of bug 44466
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 43191
  Show dependency treegraph
 
Reported: 2010-08-23 16:36 PDT by Csaba Osztrogonác
Modified: 2010-08-24 02:03 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (1.19 KB, patch)
2010-08-23 16:40 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2010-08-23 16:36:48 PDT
This warning introduced in http://trac.webkit.org/changeset/65731

gcc warning:
../../../WebCore/inspector/InspectorDOMAgent.cpp:974: warning: suggest parentheses around arithmetic in operand of |
Comment 1 Csaba Osztrogonác 2010-08-23 16:40:39 PDT
Created attachment 65181 [details]
proposed fix
Comment 2 Csaba Osztrogonác 2010-08-24 02:01:43 PDT
My proposed patch is incorrect, the real fix is in https://bugs.webkit.org/show_bug.cgi?id=44466

*** This bug has been marked as a duplicate of bug 44466 ***