background_noise.h compilation is noisy
Categories
(Core :: WebRTC, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: u480271, Assigned: dminor)
Details
Attachments
(1 file)
There is a typo ChannelParameters::Reset() which causes a warning.
Comment 1•6 years ago
|
||
Dan, is this something we have to fix in upstream, or can we fix it locally for now?
| Assignee | ||
Comment 2•6 years ago
|
||
This is the warning I'm seeing:
In file included from /home/dminor/src/firefox2/obj-x86_64-pc-linux-gnu/media/webrtc/trunk/webrtc/modules/audio_coding/neteq_gn/Unified_cpp_neteq_gn1.cpp:29:
0:05.89 In file included from /home/dminor/src/firefox2/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/neteq_impl.cc:22:
0:05.89 /home/dminor/src/firefox2/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/background_noise.h:98:22: warning: possible misuse of comma operator here [-Wcomma]
0:05.89 mute_factor = 0,
This is already fixed upstream so we can go ahead and put a semicolon in ourselves.
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
| bugherder | ||
Description
•