This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Sanitizer Warnings: Bump sanitizer macro to support Xcode 11 onwards
v6.1.6
reuk
3 years ago
parent
d26945f476
commit
bf32f0dba9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 1
0
#define JUCE_SANITIZER_ATTRIBUTE_MINIMUM_CLANG_VERSION 1
1
#else
#define JUCE_SANITIZER_ATTRIBUTE_MINIMUM_CLANG_VERSION 9
#endif
Write
Preview
Loading…
Cancel
Save