diff --git a/modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm b/modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm index d955d499c4..5c1454a728 100644 --- a/modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm +++ b/modules/juce_audio_plugin_client/AU/juce_AUv3_Wrapper.mm @@ -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, "@@:");