Closed
Bug 1498244
Opened 7 years ago
Closed 7 years ago
Deprecation warning from audio ipc: put_u16
Categories
(Core :: Audio/Video: cubeb, enhancement, P1)
Core
Audio/Video: cubeb
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | affected |
People
(Reporter: Alex_Gaynor, Assigned: Alex_Gaynor)
Details
This has been happening for a while, finally filing a bug on it:
7:11.68 warning: use of deprecated item 'bytes::BufMut::put_u16': use put_u16_be or put_u16_le
7:11.68 --> media/audioipc/audioipc/src/codec.rs:167:13
7:11.68 |
7:11.68 167 | buf.put_u16::<LittleEndian>(encoded_len as u16);
7:11.68 | ^^^^^^^
7:11.68 |
7:11.68 = note: #[warn(deprecated)] on by default
| Assignee | ||
Updated•7 years ago
|
Summary: Deprecation warning from audio ipc → Deprecation warning from audio ipc: put_u16
| Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → agaynor
Priority: -- → P1
Updated•7 years ago
|
Component: Audio/Video → Audio/Video: cubeb
| Assignee | ||
Comment 2•7 years ago
|
||
The fix landed in the audioipc repo. Should this bug be closed, or would it be appropriate to upgrade the in-tree copy? I'm not sure how updates to that are handled.
Comment 3•7 years ago
|
||
It's already fixed: https://hg.mozilla.org/mozilla-central/rev/69e4a961b4e4
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•