fix compiler warning on MacOS

This commit is contained in:
hexcoder-
2020-03-14 16:40:05 +01:00
parent e77c431582
commit f3799f94bf

View File

@ -61,7 +61,7 @@
#include <sys/shm.h>
#endif
list_t shm_list = {0};
list_t shm_list = {.element_prealloc_count = 0};
/* Get rid of shared memory. */