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:50:02 +0000 (14:50 -0800) | ||
commit | 42fc1139a07b4292d3e5251c591609126664941a | |
tree | 8c2b95bdea4386572845c9e63ab1a587a8c5e661 | tree | snapshot |
parent | 8bb4646dae89035695e72a39d6fe1c0f364ea0aa | 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
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
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-check-attr.c | diff | blob | history | |
hash-object.c | diff | blob | history |