Browse Source

Sanitizer Warnings: Bump sanitizer macro to support Xcode 11 onwards

v6.1.6
reuk 3 years ago
parent
commit
bf32f0dba9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/system/juce_CompilerWarnings.h

+ 1
- 1
modules/juce_core/system/juce_CompilerWarnings.h View File

@@ -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…
Cancel
Save