提交 b9db9e44 authored 作者: root's avatar root

fixing warnings

上级 7421bcfb
......@@ -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 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论