提交 e5660577 authored 作者: Marc Olivier Chouinard's avatar Marc Olivier Chouinard

FS-2216 --resolve

上级 80d5c5aa
...@@ -899,7 +899,7 @@ static switch_status_t conference_add_member(conference_obj_t *conference, confe ...@@ -899,7 +899,7 @@ static switch_status_t conference_add_member(conference_obj_t *conference, confe
conference->count++; conference->count++;
if (switch_test_flag(member, MFLAG_ENDCONF)) { if (switch_test_flag(member, MFLAG_ENDCONF)) {
if (conference->end_count++); if (conference->end_count++) {};
} }
conference_send_presence(conference); conference_send_presence(conference);
......
...@@ -76,7 +76,7 @@ static HANDLE shutdown_event; ...@@ -76,7 +76,7 @@ static HANDLE shutdown_event;
static void handle_SIGILL(int sig) static void handle_SIGILL(int sig)
{ {
int32_t arg = 0; int32_t arg = 0;
if (sig); if (sig) {};
/* send shutdown signal to the freeswitch core */ /* send shutdown signal to the freeswitch core */
switch_core_session_ctl(SCSC_SHUTDOWN, &arg); switch_core_session_ctl(SCSC_SHUTDOWN, &arg);
return; return;
......
...@@ -1500,7 +1500,7 @@ static void handle_SIGCHLD(int sig) ...@@ -1500,7 +1500,7 @@ static void handle_SIGCHLD(int sig)
int status = 0; int status = 0;
int pid = 0; int pid = 0;
if (sig); if (sig) {};
pid = wait(&status); pid = wait(&status);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论