mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Merge branch 'PHP-8.3'
* PHP-8.3: Fix __SANITIZE_ADDRESS__ redeclaration warning
This commit is contained in:
@@ -141,7 +141,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user