]> git.ipfire.org Git - thirdparty/git.git/commit - http-backend.c
http-backend: Let gcc check the format of more printf-type functions.
authorTarmigan Casebolt <tarmigan+git@gmail.com>
Sat, 14 Nov 2009 21:10:58 +0000 (13:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Nov 2009 06:15:01 +0000 (22:15 -0800)
commit354870171bc98dfef7dfa037b3fe9ac9454c94a2
treebc51a6bbbf5be7ceb4192710dff12832e85c9ecd
parent48aec1b1f14578ac7560c8be40890ebf52c91d78
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>
http-backend.c