mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Xcode exporter: Updated to support Xcode 9
This commit is contained in:
parent
9649dde424
commit
a05362d46b
16 changed files with 43 additions and 12 deletions
|
|
@ -40,6 +40,9 @@ namespace jpeglibNamespace
|
|||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wconversion"
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-register"
|
||||
#if __has_warning("-Wcomma")
|
||||
#pragma clang diagnostic ignored "-Wcomma"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define JPEG_INTERNALS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue