mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Update c89atomic.
This commit is contained in:
+2
-2
@@ -7730,7 +7730,7 @@ typedef unsigned int c89atomic_uint32;
|
|||||||
typedef signed __int64 c89atomic_int64;
|
typedef signed __int64 c89atomic_int64;
|
||||||
typedef unsigned __int64 c89atomic_uint64;
|
typedef unsigned __int64 c89atomic_uint64;
|
||||||
#else
|
#else
|
||||||
#if defined(__GNUC__)
|
#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)))
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Wlong-long"
|
#pragma GCC diagnostic ignored "-Wlong-long"
|
||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
@@ -7739,7 +7739,7 @@ typedef unsigned int c89atomic_uint32;
|
|||||||
#endif
|
#endif
|
||||||
typedef signed long long c89atomic_int64;
|
typedef signed long long c89atomic_int64;
|
||||||
typedef unsigned long long c89atomic_uint64;
|
typedef unsigned long long c89atomic_uint64;
|
||||||
#if defined(__GNUC__)
|
#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)))
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user