diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 9a0dcc11e549d8574ce9017e6f596d46308ee9a5..1451448b0b4dfe75f4976cba65c8e665b2b0cc0a 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -216,6 +216,7 @@ void LLIMModel::LLIMSession::onVoiceChannelStateChanged(const LLVoiceChannel::ES
 				break;
 			case LLVoiceChannel::STATE_CONNECTED :
 				LLIMModel::getInstance()->addMessage(mSessionID, "You", gAgent.getID(), "Joined the voice call");
+			default:
 				break;
 			}
 		}
@@ -228,6 +229,7 @@ void LLIMModel::LLIMSession::onVoiceChannelStateChanged(const LLVoiceChannel::ES
 				break;
 			case LLVoiceChannel::STATE_CONNECTED :
 				LLIMModel::getInstance()->addMessage(mSessionID, other_avatar_name, mOtherParticipantID, "Joined the voice call");
+			default:
 				break;
 			}
 		}