1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-06 04:00:08 +00:00

Cleanup: Fix some warnings

This commit is contained in:
reuk 2020-04-26 20:22:30 +01:00 committed by reuk
parent 702940301c
commit b7e4099cd5
3 changed files with 5 additions and 4 deletions

View file

@ -1282,6 +1282,9 @@ private:
thiran.pushSample (int (channel), input);
thiran.setDelay ((float) delay);
return thiran.popSample (int (channel));
default:
break;
}
jassertfalse;