author | Tarmigan Casebolt <tarmigan+git@gmail.com> | |
Sat, 14 Nov 2009 21:10:58 +0000 (13:10 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 16 Nov 2009 06:15:01 +0000 (22:15 -0800) | ||
commit | 354870171bc98dfef7dfa037b3fe9ac9454c94a2 | |
tree | bc51a6bbbf5be7ceb4192710dff12832e85c9ecd | tree | snapshot |
parent | 48aec1b1f14578ac7560c8be40890ebf52c91d78 | commit | diff |
http-backend: Let gcc check the format of more printf-type functions.
We already have these checks in many printf-type functions that have
prototypes which are in header files. Add these same checks to
static functions in http-backend.c
Signed-off-by: Tarmigan Casebolt <tarmigan+git@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
We already have these checks in many printf-type functions that have
prototypes which are in header files. Add these same checks to
static functions in http-backend.c
Signed-off-by: Tarmigan Casebolt <tarmigan+git@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-backend.c | diff | blob | history |