mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
Update Defines.h
This commit is contained in:
parent
467b654318
commit
4858b067f5
@ -141,8 +141,8 @@
|
|||||||
#define DBMS_DISTRIBUTED_SENDS_MAGIC_NUMBER 0xCAFECABE
|
#define DBMS_DISTRIBUTED_SENDS_MAGIC_NUMBER 0xCAFECABE
|
||||||
|
|
||||||
#if !__has_include(<sanitizer/asan_interface.h>)
|
#if !__has_include(<sanitizer/asan_interface.h>)
|
||||||
# define ASAN_UNPOISON_MEMORY_REGION(a,b)
|
# define ASAN_UNPOISON_MEMORY_REGION(a, b)
|
||||||
# define ASAN_POISON_MEMORY_REGION(a,b)
|
# define ASAN_POISON_MEMORY_REGION(a, b)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// A macro for suppressing warnings about unused variables or function results.
|
/// A macro for suppressing warnings about unused variables or function results.
|
||||||
|
Loading…
Reference in New Issue
Block a user