Made compiler detection more reliable and cleanup clang warnings

This commit is contained in:
Drake Arconis
2013-05-05 17:56:16 -07:00
parent a2df4b6693
commit 73b10e6b29
18 changed files with 21 additions and 54 deletions

View File

@@ -1052,8 +1052,6 @@ void LLSpeakerMgr::update(BOOL resort_ok)
LLUUID speaker_id = speaker_it->first;
LLSpeaker* speakerp = speaker_it->second;
speaker_map_t::iterator cur_speaker_it = speaker_it++;
if (voice_channel_active && gVoiceClient->getVoiceEnabled(speaker_id))
{
speakerp->mSpeechVolume = gVoiceClient->getCurrentPower(speaker_id);