mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Sanitizer Warnings: Bump sanitizer macro to support Xcode 11 onwards
This commit is contained in:
parent
d26945f476
commit
bf32f0dba9
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@
|
|||
#endif
|
||||
|
||||
#if JUCE_MAC || JUCE_IOS
|
||||
#define JUCE_SANITIZER_ATTRIBUTE_MINIMUM_CLANG_VERSION 10
|
||||
#define JUCE_SANITIZER_ATTRIBUTE_MINIMUM_CLANG_VERSION 11
|
||||
#else
|
||||
#define JUCE_SANITIZER_ATTRIBUTE_MINIMUM_CLANG_VERSION 9
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue