Skip to content

Commit 6cb56a7

Browse files
committed
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 <[email protected]>
1 parent 1cce6a7 commit 6cb56a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,6 +2194,7 @@ $(MIMALLOC_OBJS): COMPAT_CFLAGS += -DBANNED_H
21942194
$(MIMALLOC_OBJS): COMPAT_CFLAGS += \
21952195
-Wno-attributes \
21962196
-Wno-unknown-pragmas \
2197+
-Wno-unused-function \
21972198
-Wno-array-bounds
21982199

21992200
ifdef DEVELOPER

0 commit comments

Comments
 (0)