From db8f9f69ae8699158fa719ad19b4a89c5011d80d Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Mon, 8 Jun 2026 20:30:08 +0200 Subject: [PATCH] warning fix --- minimal_heap_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal_heap_test.c b/minimal_heap_test.c index 421f21e..d8405cb 100644 --- a/minimal_heap_test.c +++ b/minimal_heap_test.c @@ -7,7 +7,7 @@ #define USE_MALLOC 0 -#define MIHP_ValidateHeap() +#define MIHP_ValidateHeap(x) void* MIHP_PlatformRequestMemory(size_t minRequestedSize, size_t* outActualSize) {