fixing warnings
This commit is contained in:
parent
7421bcfb34
commit
b9db9e44ff
|
@ -8,5 +8,6 @@ endif
|
|||
|
||||
BASE=../../../..
|
||||
LOCAL_OBJS=media_gateway.o media_gateway_stack.o media_gateway_xml.o media_gateway_cli.o media_gateway_stack_alarms.o media_gateway_cmd_handler.o media_gateway_utils.o media_gateway_packages.o
|
||||
LOCAL_CFLAGS=-fno-strict-aliasing
|
||||
LOCAL_LDFLAGS=-lsng_mg
|
||||
include $(BASE)/build/modmake.rules
|
||||
|
|
|
@ -480,7 +480,7 @@ mg_context_t *megaco_get_context(megaco_profile_t *profile, uint32_t context_id)
|
|||
/* Returns a fresh new context */
|
||||
mg_context_t *megaco_choose_context(megaco_profile_t *profile)
|
||||
{
|
||||
mg_context_t *ctx;
|
||||
mg_context_t *ctx=NULL;
|
||||
|
||||
switch_thread_rwlock_wrlock(profile->contexts_rwlock);
|
||||
/* Try the next one */
|
||||
|
|
Loading…
Reference in New Issue