mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided an unused variable warning
This commit is contained in:
parent
af9491caf9
commit
d32c64d590
1 changed files with 2 additions and 0 deletions
|
|
@ -2012,6 +2012,8 @@ StringArray AudioUnitPluginFormat::searchPathsForPlugins (const FileSearchPath&,
|
|||
|| desc.componentType == kAudioUnitType_Generator
|
||||
|| desc.componentType == kAudioUnitType_Panner)
|
||||
{
|
||||
ignoreUnused (allowPluginsWhichRequireAsynchronousInstantiation);
|
||||
|
||||
#if JUCE_SUPPORTS_AUv3
|
||||
bool isAUv3 = ((desc.componentFlags & kAudioComponentFlag_IsV3AudioUnit) != 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue