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:
parent
702940301c
commit
b7e4099cd5
3 changed files with 5 additions and 4 deletions
|
|
@ -1282,6 +1282,9 @@ private:
|
|||
thiran.pushSample (int (channel), input);
|
||||
thiran.setDelay ((float) delay);
|
||||
return thiran.popSample (int (channel));
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
jassertfalse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue