Re: [PATCH 00/22] add the FORMATPRINTF macro to declare the gcc function

2016-02-18 Thread Junio C Hamano
Jeff King writes: > On Thu, Feb 11, 2016 at 09:59:21AM -0800, Junio C Hamano wrote: > >> Elia Pinto writes: >> >> > Add the FORMATPRINTF macro for declaring the gcc function attribute >> > 'format printf' >> > for code style consistency with similar macro that git already use for >> > other g

Re: [PATCH 00/22] add the FORMATPRINTF macro to declare the gcc function

2016-02-11 Thread Jeff King
On Thu, Feb 11, 2016 at 09:59:21AM -0800, Junio C Hamano wrote: > Elia Pinto writes: > > > Add the FORMATPRINTF macro for declaring the gcc function attribute 'format > > printf' > > for code style consistency with similar macro that git already use for > > other gcc > > attributes. And use it

Re: [PATCH 00/22] add the FORMATPRINTF macro to declare the gcc function

2016-02-11 Thread Junio C Hamano
Elia Pinto writes: > Add the FORMATPRINTF macro for declaring the gcc function attribute 'format > printf' > for code style consistency with similar macro that git already use for other > gcc > attributes. And use it where necessary. > > Elia Pinto (22): > git-compat-util.h: add the FORMATPRI

[PATCH 00/22] add the FORMATPRINTF macro to declare the gcc function

2016-02-11 Thread Elia Pinto
Add the FORMATPRINTF macro for declaring the gcc function attribute 'format printf' for code style consistency with similar macro that git already use for other gcc attributes. And use it where necessary. Elia Pinto (22): git-compat-util.h: add the FORMATPRINTF macro advice.h: use the FORMATP