"Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> writes: > struct hashfile_checkpoint checkpoint = {0}; > struct pack_idx_entry *idx = NULL; > + const struct git_hash_algo *compat = the_repository->compat_hash_algo; > + struct object_id compat_oid = {}; bulk-checkin.c:267:39: error: ISO C forbids empty initializer braces [-Werror=pedantic]