fix unix build warnings

This commit is contained in:
daan 2019-11-03 13:34:54 -08:00
parent d1d65fbca4
commit 9d6a5acb22
6 changed files with 10 additions and 8 deletions

View file

@ -38,7 +38,7 @@ static inline mi_block_t* mi_page_block_at(const mi_page_t* page, void* page_sta
static void mi_page_init(mi_heap_t* heap, mi_page_t* page, size_t size, mi_stats_t* stats);
#if (MI_DEBUG>1)
#if (MI_DEBUG>=3)
static size_t mi_page_list_count(mi_page_t* page, mi_block_t* head) {
size_t count = 0;
while (head != NULL) {