Re: [PATCH] sha1_file.c: fix a declaration-after-statement

2015-08-06 Thread Ramsay Jones
On 06/08/15 10:53, Ramsay Jones wrote: > > Signed-off-by: Ramsay Jones > --- > > Hi Junio, > > Sorry for this hit-n-run patch, but I'm in a hurry ... :-D > Could you please squash this (or something like it) into > the relevant patch; Thanks! Ah, I've just read your 'What's Cooking' email and

[PATCH] sha1_file.c: fix a declaration-after-statement

2015-08-06 Thread Ramsay Jones
Signed-off-by: Ramsay Jones --- Hi Junio, Sorry for this hit-n-run patch, but I'm in a hurry ... :-D Could you please squash this (or something like it) into the relevant patch; Thanks! [I noticed this simply because I have '-Wdeclaration-after-statement' and '-Werror' (among others) set in CF