mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Fixed a warning in the AUv3 wrapper
This commit is contained in:
parent
81dd80f231
commit
66443a57e9
1 changed files with 2 additions and 0 deletions
|
|
@ -1312,6 +1312,8 @@ private:
|
|||
//==============================================================================
|
||||
void processEvents (const AURenderEvent *__nullable realtimeEventListHead, int numParams, AUEventSampleTime startTime)
|
||||
{
|
||||
ignoreUnused (numParams);
|
||||
|
||||
for (const AURenderEvent* event = realtimeEventListHead; event != nullptr; event = event->head.next)
|
||||
{
|
||||
switch (event->head.eventType)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue