From 6cb56a7daeece74bb866235ef1020f3224a4874a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 20 Apr 2025 20:57:33 +0200 Subject: [PATCH] fixup! Import the source code of mimalloc v2.2.3 Let's ignore the `static void mi_stat_total_print()` function that is not actually used. This is code vendored into Git, and we want to deviate as minimally from upstream mimalloc as possible to make it cheap to stay up to date. Signed-off-by: Johannes Schindelin --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 854023b86e..803e722a72 100644 --- a/Makefile +++ b/Makefile @@ -2194,6 +2194,7 @@ $(MIMALLOC_OBJS): COMPAT_CFLAGS += -DBANNED_H $(MIMALLOC_OBJS): COMPAT_CFLAGS += \ -Wno-attributes \ -Wno-unknown-pragmas \ + -Wno-unused-function \ -Wno-array-bounds ifdef DEVELOPER