1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Refactored some Xcode warning suppression.

This commit is contained in:
jules 2014-03-30 14:57:39 +01:00
parent d440bc9d46
commit 5409951861
15 changed files with 23 additions and 18 deletions

View file

@ -49,6 +49,7 @@ namespace FlacNamespace
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wconversion"
#pragma clang diagnostic ignored "-Wshadow"
#pragma clang diagnostic ignored "-Wdeprecated-register"
#endif
#if JUCE_INTEL

View file

@ -40,6 +40,7 @@ namespace OggVorbisNamespace
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wconversion"
#pragma clang diagnostic ignored "-Wshadow"
#pragma clang diagnostic ignored "-Wdeprecated-register"
#endif
#include "oggvorbis/vorbisenc.h"