Skip to content

Commit 7eafaa9

Browse files
committed
fix visibility warning (issue #1031)
1 parent b2dcab5 commit 7eafaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const mi_page_t _mi_page_empty = {
9595
// may lead to allocation itself on some platforms)
9696
// --------------------------------------------------------
9797

98-
mi_decl_hidden mi_decl_cache_align const mi_heap_t _mi_heap_empty = {
98+
mi_decl_cache_align const mi_heap_t _mi_heap_empty = {
9999
NULL,
100100
MI_ATOMIC_VAR_INIT(NULL),
101101
0, // tid

0 commit comments

Comments
 (0)