fixed some warnings

This commit is contained in:
Volker Fischer 2011-04-23 15:58:29 +00:00
parent 13295138b8
commit 30656eca99

View file

@ -591,7 +591,7 @@ CSound::~CSound()
} }
// ASIO callbacks ------------------------------------------------------------- // ASIO callbacks -------------------------------------------------------------
ASIOTime* CSound::bufferSwitchTimeInfo ( ASIOTime* timeInfo, ASIOTime* CSound::bufferSwitchTimeInfo ( ASIOTime*,
long index, long index,
ASIOBool processNow ) ASIOBool processNow )
{ {
@ -622,7 +622,7 @@ bool CSound::CheckSampleTypeSupported ( const ASIOSampleType SamType )
( SamType == ASIOSTInt32MSB24 ) ); ( SamType == ASIOSTInt32MSB24 ) );
} }
void CSound::bufferSwitch ( long index, ASIOBool processNow ) void CSound::bufferSwitch ( long index, ASIOBool )
{ {
int iCurSample; int iCurSample;
@ -1081,9 +1081,9 @@ void CSound::bufferSwitch ( long index, ASIOBool processNow )
} }
long CSound::asioMessages ( long selector, long CSound::asioMessages ( long selector,
long value, long,
void* message, void*,
double* opt ) double* )
{ {
long ret = 0; long ret = 0;
switch ( selector ) switch ( selector )