From 43be9c29092603f072d1584c9ca056f1133e3cfd Mon Sep 17 00:00:00 2001 From: daanx Date: Mon, 17 Apr 2023 09:25:41 -0700 Subject: [PATCH] possible fix for warnings on armv6 (issue #719) --- include/mimalloc/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mimalloc/types.h b/include/mimalloc/types.h index 28343d21..bef23d51 100644 --- a/include/mimalloc/types.h +++ b/include/mimalloc/types.h @@ -165,7 +165,7 @@ typedef int32_t mi_ssize_t; // Derived constants #define MI_SEGMENT_SIZE (MI_ZU(1)<