Closed
Bug 1247536
Opened 9 years ago
Closed 9 years ago
Fix -Wunreachable-code warning in media/mtransport
Categories
(Core :: WebRTC: Networking, defect)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
|
1.05 KB,
patch
|
drno
:
review+
|
Details | Diff | Splinter Review |
media/mtransport/nr_socket_prsock.cpp:1059:10: warning: 'return' will never be executed [-Wunreachable-code-return]
Attachment #8718230 -
Flags: review?(rjesup)
Comment 1•9 years ago
|
||
Comment on attachment 8718230 [details] [diff] [review]
Wunreachable-code_mtransport.patch
Review of attachment 8718230 [details] [diff] [review]:
-----------------------------------------------------------------
No brainer :-)
Attachment #8718230 -
Flags: review?(rjesup) → review+
| Assignee | ||
Comment 2•9 years ago
|
||
Thanks!
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•