From 49917519702b9befa15385d001ff3a71fa63576e Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 20 Apr 2012 09:53:51 -0500 Subject: [PATCH] sometimes compiler warnings are annoying --- src/switch_loadable_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_loadable_module.c b/src/switch_loadable_module.c index c0755c6b55..812afe785b 100644 --- a/src/switch_loadable_module.c +++ b/src/switch_loadable_module.c @@ -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);