Skip to content

Commit ef773a9

Browse files
committed
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 <[email protected]>
1 parent 357363f commit ef773a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,8 @@ $(MIMALLOC_OBJS): COMPAT_CFLAGS += \
22012201
-Wno-pedantic \
22022202
-Wno-declaration-after-statement \
22032203
-Wno-old-style-definition \
2204-
-Wno-missing-prototypes
2204+
-Wno-missing-prototypes \
2205+
-Wno-implicit-function-declaration
22052206
endif
22062207
endif
22072208

0 commit comments

Comments
 (0)