fix windows debug build at MI_DEBUG=2

This commit is contained in:
daan 2020-01-08 23:21:32 -08:00
parent 12ef2816ed
commit 8f75444e7a

View File

@ -45,7 +45,7 @@ static bool mi_heap_visit_pages(mi_heap_t* heap, heap_page_visitor_fun* fn, void
}
#if MI_DEBUG>=3
#if MI_DEBUG>=2
static bool mi_heap_page_is_valid(mi_heap_t* heap, mi_page_queue_t* pq, mi_page_t* page, void* arg1, void* arg2) {
UNUSED(arg1);
UNUSED(arg2);