You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
media/libcubeb/src/cubeb_mixer.cpp:336:14 [-Wimplicit-const-int-float-conversion] implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648
I guess this can be fixed easily in cubeb_mixer.cpp. However, it seems a good opportunity to replace the old mixer code by the new audio-mixer in Windows and Linux backends. We've run it in macOS (Rust) backend for a long time and the C API is ready.
it seems a good opportunity to replace the old mixer code by the new audio-mixer in Windows and Linux backends. We've run it in macOS (Rust) backend for a long time and the C API is ready.
I forgot to mention that I'm building Firefox on macOS.
clang version 11.0.0 warning:
media/libcubeb/src/cubeb_mixer.cpp:336:14 [-Wimplicit-const-int-float-conversion] implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648
cubeb/src/cubeb_mixer.cpp
Line 336 in 860bf2b
The text was updated successfully, but these errors were encountered: