warning-free compilation
This commit is contained in:
parent
9da9ed3cd7
commit
bde8a7f79d
16 changed files with 28 additions and 35 deletions
|
|
@ -799,7 +799,7 @@ void DivEngine::nextBuf(float** in, float** out, int inChans, int outChans, unsi
|
|||
memset(bbIn[1]+runPos,0,runLeft*sizeof(short));
|
||||
break;
|
||||
} else {
|
||||
if (runLeft>=cycles) {
|
||||
if ((int)runLeft>=cycles) {
|
||||
runLeft-=cycles;
|
||||
dispatch->acquire(bbIn[0],bbIn[1],runPos,cycles);
|
||||
runPos+=cycles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue