Closed
Bug 569994
Opened 15 years ago
Closed 15 years ago
nsTreeBodyFrame.cpp:1553: warning: suggest parentheses around && within ||
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
|
1.00 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Filing bug on this build warning:
../../../../../../../mozilla/layout/xul/base/src/tree/src/nsTreeBodyFrame.cpp: In member function ‘nsIAtom* nsTreeBodyFrame::GetItemWithinCellAt(nscoord, const nsRect&, PRInt32, nsTreeColumn*)’:
../../../../../../../mozilla/layout/xul/base/src/tree/src/nsTreeBodyFrame.cpp:1553: warning: suggest parentheses around && within ||
| Assignee | ||
Comment 1•15 years ago
|
||
This patch just adds the parens that the warning suggests, for clarity. (no functional change) This fixes the warning.
Updated•15 years ago
|
Attachment #449082 -
Flags: review?(ehsan) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•