Files
git/builtin
Ævar Arnfjörð Bjarmason 97f261b1e7 builtin/init-db.c: eliminate -Wformat warning on Solaris
On Solaris systems we'd warn about an implicit cast of mode_t when we
printed things out with the %d format. We'd get this warning under GCC
4.6.0 with Solaris headers:

    builtin/init-db.c: In function ‘separate_git_dir’:
    builtin/init-db.c:354:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘mode_t’ [-Wformat]

We've been doing this ever since v1.7.4.1-296-gb57fb80. Just work
around this by adding an explicit cast.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-12-20 16:02:08 -08:00
..
2011-12-13 21:58:51 -08:00
2011-12-13 21:58:51 -08:00
2011-12-13 21:58:51 -08:00
2011-09-12 11:43:58 -07:00
2011-12-13 21:58:51 -08:00
2011-10-06 13:54:32 -07:00
2011-09-01 15:46:13 -07:00
2011-12-05 15:04:38 -08:00
2011-10-10 15:56:18 -07:00
2011-08-25 14:42:11 -07:00