mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +00:00
fix compiler warning
This commit is contained in:
parent
370230e323
commit
586f0d2e17
@ -1831,7 +1831,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