From 40eecd7dee4626f829c3e5e05a1681090d561dbe Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Fri, 5 Jun 2020 08:33:26 +0300
Subject: Disable error in atomic.h

---
 src/common/atomic.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/atomic.h b/src/common/atomic.h
index 518d2e6ab..0d15d50d7 100644
--- a/src/common/atomic.h
+++ b/src/common/atomic.h
@@ -104,7 +104,7 @@ forceinline volatile int64 InterlockedExchange64(volatile int64 *target, int64 v
 // The __sync functions are available on x86 or ARMv6+
 #if !defined(__x86_64__) && !defined(__i386__) \
 	&& ( !defined(__ARM_ARCH_VERSION__) || __ARM_ARCH_VERSION__ < 6 )
-#error Your Target Platfrom is not supported
+//#error Your Target Platfrom is not supported
 #endif
 
 static forceinline int64 InterlockedExchangeAdd64(volatile int64 *addend, int64 increment){
-- 
cgit v1.2.3-70-g09d2