Bug 41245 - gcc warning fix, add suggested parenthesis
Summary: gcc warning fix, add suggested parenthesis
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-26 01:25 PDT by Csaba Osztrogonác
Modified: 2010-06-28 03:30 PDT (History)
0 users

See Also:


Attachments
Patch (2.94 KB, patch)
2010-06-26 01:27 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-06-26 01:25:11 PDT
..\..\..\WebCore\rendering\RenderBlock.cpp: In member function 'void WebCore::RenderBlock::paintChildren(WebCore::RenderObject::PaintInfo&, int, int)':
..\..\..\WebCore\rendering\RenderBlock.cpp:2108:184: warning: suggest parentheses around '&&' within '||'
..\..\..\WebCore\rendering\RenderBlock.cpp:2117:182: warning: suggest parentheses around '&&' within '||'
..\..\..\WebCore\rendering\RenderBlock.cpp:2130:181: warning: suggest parentheses around '&&' within '||'
Comment 1 Csaba Osztrogonác 2010-06-26 01:27:21 PDT
Created attachment 59825 [details]
Patch
Comment 2 Csaba Osztrogonác 2010-06-28 03:30:35 PDT
Comment on attachment 59825 [details]
Patch

Clearing flags on attachment: 59825

Committed r61992: <http://trac.webkit.org/changeset/61992>
Comment 3 Csaba Osztrogonác 2010-06-28 03:30:44 PDT
All reviewed patches have been landed.  Closing bug.