fix some compiler warnings from Open/FreeBSD

This commit is contained in:
hexcoder-
2020-03-14 11:44:21 +01:00
parent d2787519e3
commit c616fcafe8
3 changed files with 4 additions and 2 deletions

View File

@ -71,7 +71,7 @@ static void init_mopt_globals(afl_state_t *afl) {
/* A global pointer to all instances is needed (for now) for signals to arrive
*/
list_t afl_states = {0};
list_t afl_states = {.element_prealloc_count = 0};
/* Initializes an afl_state_t. */