mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-11 16:55:45 +00:00
fix compiler warning
This commit is contained in:
parent
cbd20d8a05
commit
37ee4299fb
@ -1915,7 +1915,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_erlang_event_load)
|
|||||||
SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime)
|
SWITCH_MODULE_RUNTIME_FUNCTION(mod_erlang_event_runtime)
|
||||||
{
|
{
|
||||||
switch_memory_pool_t *pool = NULL, *listener_pool = NULL;
|
switch_memory_pool_t *pool = NULL, *listener_pool = NULL;
|
||||||
switch_status_t rv;
|
int rv;
|
||||||
listener_t *listener;
|
listener_t *listener;
|
||||||
uint32_t x = 0;
|
uint32_t x = 0;
|
||||||
struct ei_cnode_s ec;
|
struct ei_cnode_s ec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user