[PATCH] -Werror fixes
authorTimo Sirainen <tss@iki.fi>
Tue, 9 Aug 2005 15:30:22 +0000 (18:30 +0300)
committerJunio C Hamano <junkio@cox.net>
Wed, 10 Aug 2005 05:28:19 +0000 (22:28 -0700)
GCC's format __attribute__ is good for checking errors, especially
with -Wformat=2 parameter. This fixes most of the reported problems
against 2005-08-09 snapshot.

No differences found