Closed
Bug 552798
Opened 15 years ago
Closed 15 years ago
Fix "warning: suggest parentheses around comparison in operand of &" in TestAToms.cpp
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a4
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
1.02 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
I get these compile warnings when building TestAtoms.cpp:
> xpcom/tests/TestAtoms.cpp: In function ‘PRBool TestAtoms::isStaticAtom(nsIAtom*)’:
> xpcom/tests/TestAtoms.cpp:190: warning: suggest parentheses around comparison in operand of &
> xpcom/tests/TestAtoms.cpp:191: warning: suggest parentheses around comparison in operand of &
> xpcom/tests/TestAtoms.cpp:192: warning: suggest parentheses around comparison in operand of &
> xpcom/tests/TestAtoms.cpp:193: warning: suggest parentheses around comparison in operand of &
> xpcom/tests/TestAtoms.cpp:194: warning: suggest parentheses around comparison in operand of &
Fix attached.
Attachment #432927 -
Flags: review?(jonas)
Comment on attachment 432927 [details] [diff] [review]
fix
Doh! Thanks!
Attachment #432927 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a4
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•