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

@ -37,9 +37,9 @@ namespace jpeglibNamespace
#if JUCE_CLANG
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wconversion"
#pragma clang diagnostic ignored "-Wdeprecated-register"
#endif
#define JPEG_INTERNALS
#undef FAR
#include "jpglib/jpeglib.h"