FS-2216 --resolve

This commit is contained in:
Marc Olivier Chouinard 2011-12-14 10:27:31 -05:00
parent 80d5c5aa53
commit e566057701
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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