mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 19:29:31 +00:00
tweak build warning
This commit is contained in:
parent
a6e502bedf
commit
4ea1595481
@ -1566,7 +1566,7 @@ SWITCH_DECLARE(int) switch_loadable_module_get_codecs(const switch_codec_impleme
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (imp->microseconds_per_packet / 1000 == default_ptime) {
|
if (imp->microseconds_per_packet / 1000 == (int)default_ptime) {
|
||||||
array[i++] = imp;
|
array[i++] = imp;
|
||||||
goto found;
|
goto found;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user