Closed
Bug 798982
Opened 12 years ago
Closed 12 years ago
Wrong enum type in CCAppGlobal_t/gCCApp
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: jesup, Assigned: jesup)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
885 bytes,
patch
|
ehugg
:
review+
|
Details | Diff | Splinter Review |
CCAppGlobal_t should have a cc_reg_state_t state, not a cc_line_reg_state_t state. All uses are enums from cc_reg_state_t.
Newer clangs (gps runs a pull from their SVN) complain about the type mismatch.
Attachment #668979 -
Flags: review?(ethanhugg)
Updated•12 years ago
|
Attachment #668979 -
Flags: review?(ethanhugg) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Assignee: nobody → rjesup
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•