Updated default_options in config.rs to capture the return value of [].map, eliminating a build-time warning.

This commit is contained in:
Jonathan Gilbert
2025-11-01 08:29:01 -05:00
parent d6dd7ae052
commit 8e88482451

View File

@@ -1582,6 +1582,7 @@ impl PeerConfig {
fn default_options() -> HashMap<String, String> {
let mut mp: HashMap<String, String> = Default::default();
let _ =
[
keys::OPTION_CODEC_PREFERENCE,
keys::OPTION_CUSTOM_FPS,