From 1e7f683cee9a79dcb1c995667c50bb1d6aece783 Mon Sep 17 00:00:00 2001 From: ojab Date: Mon, 2 Aug 2010 00:23:02 +0400 Subject: [PATCH] Fix mod_conference build with clang --- .../applications/mod_conference/mod_conference.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 3a1863c..bb0feba 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -676,7 +676,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++) {}; } if (switch_event_create(&event, SWITCH_EVENT_PRESENCE_IN) == SWITCH_STATUS_SUCCESS) { -- 1.7.1