mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided a compiler warning.
This commit is contained in:
parent
6588d04be0
commit
ef16b4481f
1 changed files with 2 additions and 0 deletions
|
|
@ -1120,6 +1120,8 @@ public:
|
|||
tresult PLUGIN_API setBusArrangements (Vst::SpeakerArrangement* inputs, Steinberg::int32 numIns,
|
||||
Vst::SpeakerArrangement* outputs, Steinberg::int32 numOuts) override
|
||||
{
|
||||
(void) inputs; (void) outputs;
|
||||
|
||||
#if JucePlugin_MaxNumInputChannels > 0
|
||||
if (setBusArrangementFor (audioInputs, inputs, numIns) != kResultTrue)
|
||||
return kResultFalse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue