diff --git a/src/mod/applications/mod_conference/mod_conference.h b/src/mod/applications/mod_conference/mod_conference.h index 8bbfae2b12..512ba843b7 100644 --- a/src/mod/applications/mod_conference/mod_conference.h +++ b/src/mod/applications/mod_conference/mod_conference.h @@ -350,7 +350,7 @@ typedef enum { EFLAG_HUP_MEMBER = (1 << 28), EFLAG_PLAY_FILE_DONE = (1 << 29), EFLAG_SET_POSITION_MEMBER = (1 << 30), - EFLAG_BLIND_MEMBER = (1 << 31) + EFLAG_BLIND_MEMBER = (int)(1U << 31U) } event_type_t; #ifdef OPENAL_POSITIONING