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:
parent
d440bc9d46
commit
5409951861
15 changed files with 23 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue