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:
parent
f51c6790bf
commit
f86b33d4f7
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue