diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index c41f613287..688edcd6ac 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -899,7 +899,7 @@ static switch_status_t conference_add_member(conference_obj_t *conference, confe conference->count++; if (switch_test_flag(member, MFLAG_ENDCONF)) { - if (conference->end_count++); + if (conference->end_count++) {}; } conference_send_presence(conference); diff --git a/src/switch.c b/src/switch.c index 4d4208ebdb..dc49647380 100644 --- a/src/switch.c +++ b/src/switch.c @@ -76,7 +76,7 @@ static HANDLE shutdown_event; static void handle_SIGILL(int sig) { int32_t arg = 0; - if (sig); + if (sig) {}; /* send shutdown signal to the freeswitch core */ switch_core_session_ctl(SCSC_SHUTDOWN, &arg); return; diff --git a/src/switch_core.c b/src/switch_core.c index 4d687bf8cc..4d00122b37 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1500,7 +1500,7 @@ static void handle_SIGCHLD(int sig) int status = 0; int pid = 0; - if (sig); + if (sig) {}; pid = wait(&status);