Closed
Bug 613289
Opened 14 years ago
Closed 14 years ago
nsAudioStream.cpp:337: warning: unused variable 'result'
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
657 bytes,
patch
|
dougt
:
review+
dougt
:
approval2.0+
|
Details | Diff | Splinter Review |
New warning from bug 599089:
{
content/media/nsAudioStream.cpp: In static member function 'static nsAudioStream* nsAudioStream::AllocateStream()':
content/media/nsAudioStream.cpp:337: warning: unused variable 'result'
}
Attached patch removes the unused variable.
Attachment #491618 -
Flags: review?(doug.turner)
Attachment #491618 -
Flags: approval2.0?
Comment 1•14 years ago
|
||
Comment on attachment 491618 [details] [diff] [review]
trivial fix
bah.
nice catch. no real risk.
Attachment #491618 -
Flags: review?(doug.turner)
Attachment #491618 -
Flags: review+
Attachment #491618 -
Flags: approval2.0?
Attachment #491618 -
Flags: approval2.0+
Reporter | ||
Updated•14 years ago
|
Whiteboard: [build_warning] → [build_warning][needs landing]
Reporter | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [build_warning][needs landing] → [build_warning]
You need to log in
before you can comment on or make changes to this bug.
Description
•