mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
fix build warning on alpine 32-bit
This commit is contained in:
parent
5eb29e971b
commit
e7f2ffe26c
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ const mi_page_t _mi_page_empty = {
|
||||||
MI_ATOMIC_VAR_INIT(0), // xthread_free
|
MI_ATOMIC_VAR_INIT(0), // xthread_free
|
||||||
MI_ATOMIC_VAR_INIT(0), // xheap
|
MI_ATOMIC_VAR_INIT(0), // xheap
|
||||||
NULL, NULL
|
NULL, NULL
|
||||||
|
#if MI_INTPTR_SIZE==4
|
||||||
|
, { NULL }
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MI_PAGE_EMPTY() ((mi_page_t*)&_mi_page_empty)
|
#define MI_PAGE_EMPTY() ((mi_page_t*)&_mi_page_empty)
|
||||||
|
|
Loading…
Add table
Reference in a new issue