Closed
Bug 801210
Opened 13 years ago
Closed 13 years ago
warning: extra ';' [-pedantic] in media/mtransport/
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.89 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
Newish build warnings:
Warning: -pedantic in /mozilla/media/mtransport/nricectx.h: extra ';'
/mozilla/media/mtransport/nricectx.h:129:880: warning: extra ';' [-pedantic]
Warning: -pedantic in /mozilla/media/mtransport/nricemediastream.h: extra ';'
/mozilla/media/mtransport/nricemediastream.h:97:910: warning: extra ';' [-pedantic]
Looks like this is from including ";" after a macro that already includes a ";" inside of it (or otherwise doesn't need a ";")
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #670998 -
Flags: review?(rjesup)
Updated•13 years ago
|
Attachment #670998 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 2•13 years ago
|
||
OS: Linux → All
Hardware: x86_64 → All
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Updated•13 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•