Index: src/map.c ================================================================== --- src/map.c +++ src/map.c @@ -31,11 +31,11 @@ #include "hash.h" static struct bucket { CFWObject *key, *obj; uint32_t hash; -} deleted = {}; +} deleted = { NULL, NULL, 0 }; struct CFWMap { CFWObject obj; struct bucket **data; uint32_t size;