Closed
Bug 840179
Opened 7 years ago
Closed 7 years ago
txExecutionState.cpp:211:77: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
Categories
(Core :: XSLT, defect)
Core
XSLT
Not set
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.32 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
GCC build warning: { content/xslt/src/xslt/txExecutionState.cpp:211:77: warning: suggest parentheses around '&&' within '||' [-Wparentheses] } Code: { 211 NS_ASSERTION(var->mExpr && !var->mFirstInstruction || 212 !var->mExpr && var->mFirstInstruction, 213 "global variable should have either instruction or expression"); } Trivial fix -- just need parens around each of the condition lines there.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #712537 -
Flags: review?(jonas)
Assignee | ||
Comment 2•7 years ago
|
||
CC'ing peterv in case he's up for stealing the review. :)
Attachment #712537 -
Flags: review?(jonas) → review+
Assignee | ||
Updated•7 years ago
|
Flags: in-testsuite-
Keywords: checkin-needed
Assignee | ||
Comment 3•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1bcc3c56b011
Keywords: checkin-needed
Comment 4•7 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1bcc3c56b011
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•