author | Daniel Lowe <dlowe@bitmuse.com> | |
Mon, 10 Nov 2008 21:07:52 +0000 (16:07 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 11 Nov 2008 22:43:59 +0000 (14:43 -0800) | ||
commit | 9db56f71b91153f4076a796c80c61f00edd8b700 | |
tree | dc26e0cca76524884d612fdac3139accea58dbdb | tree | snapshot |
parent | 989206f535dcd0f43356ad38e1d54cb833d96fc2 | commit | diff |
Fix non-literal format in printf-style calls
These were found using gcc 4.3.2-1ubuntu11 with the warning:
warning: format not a string literal and no format arguments
Incorporated suggestions from Brandon Casey <casey@nrlssc.navy.mil>.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These were found using gcc 4.3.2-1ubuntu11 with the warning:
warning: format not a string literal and no format arguments
Incorporated suggestions from Brandon Casey <casey@nrlssc.navy.mil>.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c | diff | blob | history | |
bundle.c | diff | blob | history | |
environment.c | diff | blob | history | |
fsck.c | diff | blob | history | |
grep.c | diff | blob | history | |
path.c | diff | blob | history | |
refs.c | diff | blob | history | |
unpack-trees.c | diff | blob | history |