author | Tarmigan Casebolt <tarmigan+git@gmail.com> | |
Sat, 14 Nov 2009 21:33:13 +0000 (13:33 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 16 Nov 2009 02:24:58 +0000 (18:24 -0800) | ||
commit | 28bea9e53481fddcb12e63d8c049f0ff2917a573 | |
tree | 1f38ad659ae1b5af3ae05b788c4b6bebb49961f5 | tree | snapshot |
parent | 77097faa5dc3da2947f4a4bdb6f8a7766f4ef89a | commit | diff |
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>
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 | diff | blob | history | |
builtin-update-index.c | diff | blob | history | |
builtin-upload-archive.c | diff | blob | history | |
cache.h | diff | blob | history | |
color.h | diff | blob | history | |
daemon.c | diff | blob | history | |
fsck.h | diff | blob | history | |
imap-send.c | diff | blob | history | |
merge-recursive.c | diff | blob | history | |
strbuf.h | diff | blob | history |