Closed
Bug 918156
Opened 12 years ago
Closed 12 years ago
warning: variable 'alternate' is used uninitialized whenever '||' condition is true
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: heycam, Assigned: heycam)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1008 bytes,
patch
|
jtd
:
review+
|
Details | Diff | Splinter Review |
Clang warns me about |alternate| being uninitialized sometimes.
Attachment #806997 -
Flags: review?(jdaggett)
Comment 1•12 years ago
|
||
Comment on attachment 806997 [details] [diff] [review]
patch
Yeah, sure. That should never happen, hence the NS_NOTREACHED use but, whatever, gotta keep that compiler happy.
Attachment #806997 -
Flags: review?(jdaggett) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Blocks: buildwarning
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•