1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 09:44:26 +00:00

sometimes compiler warnings are annoying

This commit is contained in:
Anthony Minessale 2012-04-20 09:53:51 -05:00
parent 7cbafee809
commit 4991751970

@ -2124,7 +2124,7 @@ SWITCH_DECLARE(int) switch_loadable_module_get_codecs_sorted(const switch_codec_
for(j = 0; j < x; j++) {
char *jname;
uint32_t jinterval = 0, jrate = 0, jbit = 0;
uint32_t ointerval = interval, orate = rate, obit = bit;
uint32_t ointerval = interval, orate = rate;
if (ointerval == 0) {
ointerval = switch_default_ptime(name, 0);