From ef773a9a5e2d6d6f7fc01b5f3b4da07d2a8d2a8a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 25 Mar 2025 12:45:33 +0100 Subject: [PATCH] fixup! mimalloc: offer a build-time option to enable it Now that Git is a bit stricter when compiling its own source, we need to exempt mimalloc a bit more. Signed-off-by: Johannes Schindelin --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf02ea28c0..1925497357 100644 --- a/Makefile +++ b/Makefile @@ -2201,7 +2201,8 @@ $(MIMALLOC_OBJS): COMPAT_CFLAGS += \ -Wno-pedantic \ -Wno-declaration-after-statement \ -Wno-old-style-definition \ - -Wno-missing-prototypes + -Wno-missing-prototypes \ + -Wno-implicit-function-declaration endif endif