Bug 45373 - Fix warning in rendering/RenderBlock.cpp
Summary: Fix warning in rendering/RenderBlock.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (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-09-08 01:11 PDT by Csaba Osztrogonác
Modified: 2010-09-08 03:49 PDT (History)
2 users (show)

See Also:


Attachments
proposed fix (1.40 KB, patch)
2010-09-08 01:12 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-09-08 01:11:00 PDT
gcc warning introduced in http://trac.webkit.org/changeset/66900
../../../WebCore/rendering/RenderBlock.cpp:3873: warning: suggest parentheses around && within ||
Comment 1 Csaba Osztrogonác 2010-09-08 01:12:17 PDT
Created attachment 66855 [details]
proposed fix
Comment 2 Andreas Kling 2010-09-08 03:37:37 PDT
Comment on attachment 66855 [details]
proposed fix

r=me
Comment 3 Csaba Osztrogonác 2010-09-08 03:48:55 PDT
Comment on attachment 66855 [details]
proposed fix

Clearing flags on attachment: 66855

Committed r66965: <http://trac.webkit.org/changeset/66965>
Comment 4 Csaba Osztrogonác 2010-09-08 03:49:03 PDT
All reviewed patches have been landed.  Closing bug.