Fix for Linux build now that gcc upgraded to 4.6 by default

master
callum_linden 2013-04-17 15:46:40 -07:00
parent 623cb0c39f
commit 1fa45e7448
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ bool LLAudioChannelFMODEX::updateBuffer()
if (mCurrentSourcep)
{
// SJB: warnings can spam and hurt framerate, disabling
FMOD_RESULT result;
//FMOD_RESULT result;
result = mChannelp->setVolume(getSecondaryGain() * mCurrentSourcep->getGain());
//Check_FMOD_Error(result, "FMOD::Channel::setVolume");