From bf32f0dba9113be710c732b2e36cc30cac92367c Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 7 Dec 2021 16:17:53 +0000 Subject: [PATCH] Sanitizer Warnings: Bump sanitizer macro to support Xcode 11 onwards --- modules/juce_core/system/juce_CompilerWarnings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/system/juce_CompilerWarnings.h b/modules/juce_core/system/juce_CompilerWarnings.h index c9e4ab2040..631be16800 100644 --- a/modules/juce_core/system/juce_CompilerWarnings.h +++ b/modules/juce_core/system/juce_CompilerWarnings.h @@ -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