Closed
Bug 889088
Opened 8 years ago
Closed 8 years ago
DataChannel.cpp:1557:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.10 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
Newish build warning: { /netwerk/sctp/datachannel/DataChannel.cpp:1557:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int32_t i = 0; i < mStreamsResetting.Length(); ++i) { } This is in code added here, for bug 872978: http://hg.mozilla.org/mozilla-central/rev/062a6a2269b5#l2.58
Assignee | ||
Comment 1•8 years ago
|
||
Updated•8 years ago
|
Attachment #769849 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/29cf0601e577
Flags: in-testsuite-
Comment 3•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/29cf0601e577
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•