mirror of
https://github.com/ToyB-Chan/minimal-heap.git
synced 2026-07-13 21:51:16 +02:00
warning fix
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#define USE_MALLOC 0
|
#define USE_MALLOC 0
|
||||||
|
|
||||||
#define MIHP_ValidateHeap()
|
#define MIHP_ValidateHeap(x)
|
||||||
|
|
||||||
void* MIHP_PlatformRequestMemory(size_t minRequestedSize, size_t* outActualSize)
|
void* MIHP_PlatformRequestMemory(size_t minRequestedSize, size_t* outActualSize)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user