Closed
Bug 1054075
Opened 11 years ago
Closed 11 years ago
compile error: Unused variable 'DisabledCiphers'
Categories
(Core :: WebRTC: Networking, defect)
Core
WebRTC: Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 1052610
People
(Reporter: jmorton, Assigned: mt)
Details
With warnings as errors eneabled, compile fails at media/mtransport/transportlayerdtls.cpp line 598.
error: unused variable 'DisabledCiphers' [-Werror,-Wunused-const-variable]
2:17.22 static const uint32_t DisabledCiphers[] = {
2:17.22 ^
Updated•11 years ago
|
Assignee: nobody → martin.thomson
Assignee | ||
Comment 1•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•