Fix non-literal format in printf-style calls
commit42fc1139a07b4292d3e5251c591609126664941a
authorDaniel Lowe <dlowe@bitmuse.com>
Mon, 10 Nov 2008 21:07:52 +0000 (10 16:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Nov 2008 22:50:02 +0000 (11 14:50 -0800)
tree8c2b95bdea4386572845c9e63ab1a587a8c5e661
parent8bb4646dae89035695e72a39d6fe1c0f364ea0aa
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>
builtin-check-attr.c
hash-object.c