1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Added #if JucePlugin_Build_AU guard to juce_audio_plugin_client_AU_2.mm

This commit is contained in:
ed 2019-11-14 15:59:25 +00:00
parent f51c6790bf
commit f86b33d4f7

View file

@ -24,6 +24,8 @@
==============================================================================
*/
#if JucePlugin_Build_AU
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wparentheses"
@ -81,3 +83,5 @@
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif