Closed
Bug 1153378
Opened 10 years ago
Closed 10 years ago
dom/media/AudioSegment.h:210:18 [-Wunused-variable] unused variable 'in'
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.55 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
After bug 1101651, local variable `in` is only referenced #ifndef MOZILLA_XPCOMRT_API so we should move the variable's definition inside the #ifndef block.
Attachment #8591000 -
Flags: review?(rjesup)
Updated•10 years ago
|
Attachment #8591000 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•