mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
tweak build warning
This commit is contained in:
@@ -1566,7 +1566,7 @@ SWITCH_DECLARE(int) switch_loadable_module_get_codecs(const switch_codec_impleme
|
||||
continue;
|
||||
}
|
||||
|
||||
if (imp->microseconds_per_packet / 1000 == default_ptime) {
|
||||
if (imp->microseconds_per_packet / 1000 == (int)default_ptime) {
|
||||
array[i++] = imp;
|
||||
goto found;
|
||||
}
|
||||
|
Reference in New Issue
Block a user