fixed some warnings
This commit is contained in:
parent
13295138b8
commit
30656eca99
1 changed files with 1158 additions and 1158 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Reference in a new issue