mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
AUv3: Suppress undeclared selector warning for supportsMPE when building against the 10.11 SDK
This commit is contained in:
parent
074d188239
commit
d52fb9ca26
1 changed files with 3 additions and 0 deletions
|
|
@ -249,7 +249,10 @@ private:
|
|||
|
||||
//==============================================================================
|
||||
addMethod (@selector (virtualMIDICableCount), getVirtualMIDICableCount, @encode (NSInteger), "@:");
|
||||
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wundeclared-selector")
|
||||
addMethod (@selector (supportsMPE), getSupportsMPE, @encode (BOOL), "@:");
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
|
||||
#if JUCE_AUV3_MIDI_OUTPUT_SUPPORTED
|
||||
addMethod (@selector (MIDIOutputNames), getMIDIOutputNames, "@@:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue