Misc warning fixes.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3668 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
magumagu9
2009-07-03 23:14:06 +00:00
parent fc604ba2d1
commit 3034a9fcfc
6 changed files with 5 additions and 7 deletions

View File

@ -125,7 +125,7 @@ void OpenALStream::SoundLoop()
{
soundCriticalSection.Enter();
int numBytesToRender = 32768; //ya, this is a hack, we need real data count
int numBytesRender = m_mixer->Mix(realtimeBuffer, numBytesToRender >> 2);
/*int numBytesRender =*/ m_mixer->Mix(realtimeBuffer, numBytesToRender >> 2);
soundCriticalSection.Leave();
//if (numBytesRender) //here need debug