]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Check the format of more printf-type functions
authorTarmigan Casebolt <tarmigan+git@gmail.com>
Sat, 14 Nov 2009 21:33:13 +0000 (13:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Nov 2009 02:24:58 +0000 (18:24 -0800)
commit28bea9e53481fddcb12e63d8c049f0ff2917a573
tree1f38ad659ae1b5af3ae05b788c4b6bebb49961f5
parent77097faa5dc3da2947f4a4bdb6f8a7766f4ef89a
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 some
more prototypes in header functions and to static functions in .c
files.

cc: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Tarmigan Casebolt <tarmigan+git@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fsck.c
builtin-update-index.c
builtin-upload-archive.c
cache.h
color.h
daemon.c
fsck.h
imap-send.c
merge-recursive.c
strbuf.h