mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Avoided some warnings in the AU wrapper.
This commit is contained in:
parent
35b9b9a317
commit
9b3501bfe4
1 changed files with 10 additions and 1 deletions
|
|
@ -36,7 +36,12 @@
|
|||
#define JUCE_SUPPORT_CARBON 0
|
||||
#endif
|
||||
|
||||
#include "../utility/juce_IncludeSystemHeaders.h"
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
|
||||
#endif
|
||||
|
||||
include "../utility/juce_IncludeSystemHeaders.h"
|
||||
|
||||
#include <AudioUnit/AUCocoaUIView.h>
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
|
|
@ -71,6 +76,10 @@
|
|||
class JuceAUView;
|
||||
#endif
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
||||
#define JUCE_MAC_WINDOW_VISIBITY_BODGE 1
|
||||
|
||||
#include "../utility/juce_IncludeModuleHeaders.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue