increase visibility of actual compiler warnings

This commit is contained in:
Robin Gareus 2016-05-01 19:57:49 +02:00
parent cafa1b1b4d
commit 35c01e552f

View File

@ -21,9 +21,19 @@
#include "gui_thread.h"
#include "processor_box.h"
// yes, yes we know (see wscript for various available OSX compat modes)
#if defined (__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdeprecated-declarations"
#endif
#include "CAAudioUnit.h"
#include "CAComponent.h"
#if defined (__clang__)
# pragma clang diagnostic pop
#endif
#import <AudioUnit/AUCocoaUIView.h>
#import <CoreAudioKit/AUGenericView.h>
#import <objc/runtime.h>