On Thu, Jun 2, 2016 at 1:57 AM, David Turner <dturner@xxxxxxxxxxxxxxxx> wrote: >> + struct index_state istate; >> + >> + memset(&istate, 0, sizeof(istate)); > > > Why not just struct index_state istate = {0}; ? > My first thought was.. "hmm.. C99?" but then there are 24 of them in the code base already. Will change. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html