mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Remove "Hey!" warning...
This commit is contained in:
parent
a9f50a389b
commit
f39e7d4d7e
1 changed files with 0 additions and 1 deletions
|
|
@ -53,7 +53,6 @@
|
|||
|
||||
#if defined(__ATOMIC_RELAXED) && (!defined(__clang__) || !defined(__APPLE__) || __apple_build_version__ > 4210057)
|
||||
/* Implementation using __atomic macros. */
|
||||
#warning "Hey"
|
||||
|
||||
#define atomicIncr(var,count,mutex) __atomic_add_fetch(&var,(count),__ATOMIC_RELAXED)
|
||||
#define atomicDecr(var,count,mutex) __atomic_sub_fetch(&var,(count),__ATOMIC_RELAXED)
|
||||
|
|
|
|||
Loading…
Reference in a new issue