summaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/libarchive/xxhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/libarchive/xxhash.c')
-rw-r--r--src/libs/3rdparty/libarchive/xxhash.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/3rdparty/libarchive/xxhash.c b/src/libs/3rdparty/libarchive/xxhash.c
index f96e9d934..beacd2391 100644
--- a/src/libs/3rdparty/libarchive/xxhash.c
+++ b/src/libs/3rdparty/libarchive/xxhash.c
@@ -149,6 +149,10 @@ typedef struct _U32_S { U32 v; } _PACKED U32_S;
#if GCC_VERSION >= 409
__attribute__((__no_sanitize_undefined__))
+#else
+# if defined(__clang__)
+__attribute__((no_sanitize("undefined")))
+# endif
#endif
#if defined(_MSC_VER)
static __inline U32 A32(const void * x)