Fixes non clang builds
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
9d02cca1a8
commit
ac7d8e58b4
|
@ -47,7 +47,7 @@
|
||||||
#if defined(__clang__)
|
#if defined(__clang__)
|
||||||
#define ALLOW_UINTEGER_OVERFLOW __attribute__((no_sanitize("unsigned-integer-overflow")))
|
#define ALLOW_UINTEGER_OVERFLOW __attribute__((no_sanitize("unsigned-integer-overflow")))
|
||||||
#else
|
#else
|
||||||
#define ALLOW_INTEGER_OVERFLOW
|
#define ALLOW_UINTEGER_OVERFLOW
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue