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)

enhancement

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
Summary: Deprecation warning from audio ipc → Deprecation warning from audio ipc: put_u16
Assignee: nobody → agaynor
Priority: -- → P1
Component: Audio/Video → Audio/Video: cubeb
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.
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.