Closed
Bug 821318
Opened 12 years ago
Closed 12 years ago
fix compilation errors with WrapRunnable in PeerConnectionImpl.cpp
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
RESOLVED
DUPLICATE
of bug 820559
People
(Reporter: froydnj, Unassigned)
Details
Attachments
(1 file)
2.40 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Reporter | |
Comment 1•12 years ago
|
||
GCC 4.4 apparently doesn't like doing type derivation with anonymous enums.
Cast the enum to an int to make everybody happy.
Attachment #691835 -
Flags: review?(rjesup)
Updated•12 years ago
|
Attachment #691835 -
Flags: review?(rjesup) → review+
![]() |
Reporter | |
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•