1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fix __SANITIZE_ADDRESS__ redeclaration warning

This commit is contained in:
Ilija Tovilo
2024-04-29 16:13:49 +02:00
parent 3b5321dffe
commit d670e131df

View File

@@ -132,7 +132,7 @@
#if defined(HAVE_LIBDL) && !defined(ZEND_WIN32)
# if __has_feature(address_sanitizer)
# if __has_feature(address_sanitizer) && !defined(__SANITIZE_ADDRESS__)
# define __SANITIZE_ADDRESS__
# endif