fixing warnings

This commit is contained in:
root 2012-07-31 13:45:08 -04:00
parent 7421bcfb34
commit b9db9e44ff
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 */