mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
fix compiler warning on MacOS
This commit is contained in:
@ -61,7 +61,7 @@
|
|||||||
#include <sys/shm.h>
|
#include <sys/shm.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
list_t shm_list = {0};
|
list_t shm_list = {.element_prealloc_count = 0};
|
||||||
|
|
||||||
/* Get rid of shared memory. */
|
/* Get rid of shared memory. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user