Junio C Hamano <gitster@xxxxxxxxx> writes: > +#define RPC_STATE_INIT { 0, } Make it #define RPC_STATE_INIT { 0 } Curiously, the former form with trailing comma makes sparse unhappy, while it seems that the latter is taken as a special form "idiom".
Junio C Hamano <gitster@xxxxxxxxx> writes: > +#define RPC_STATE_INIT { 0, } Make it #define RPC_STATE_INIT { 0 } Curiously, the former form with trailing comma makes sparse unhappy, while it seems that the latter is taken as a special form "idiom".