mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-09 00:39:32 +03:00
fix prototype
This commit is contained in:
parent
7a7a774257
commit
9b8bb5b6d6
1 changed files with 2 additions and 2 deletions
|
@ -209,8 +209,8 @@ static void _mi_show_block_trace(const mi_page_t* page, const mi_block_t* block,
|
|||
}
|
||||
}
|
||||
#else
|
||||
static void _mi_show_block_trace(const mi_page_t* page, const mi_block_t* block) {
|
||||
MI_UNUSED(page); MI_UNUSED(block);
|
||||
static void _mi_show_block_trace(const mi_page_t* page, const mi_block_t* block, const char* msg) {
|
||||
MI_UNUSED(page); MI_UNUSED(block); MI_UNUSED(msg);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue