author | Junio C Hamano <gitster@pobox.com> | |
Sun, 2 May 2010 05:05:14 +0000 (22:05 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 2 May 2010 05:05:14 +0000 (22:05 -0700) | ||
commit | c1909e72952ec6b95f819a4ad8faa8d69f1d961d | |
tree | 219a1c0a3f7e2500a3fe07ee5a6300cff10e98bb | tree | snapshot |
parent | 2381e39e5ff740883b98c5aca019950f9167b67f | commit | diff |
wt-status: fix 'fprintf' compilation warning
color_fprintf() has the same function signature as fprintf() and newer
gcc warns when a non-constant string is fed as the format
Signed-off-by: Junio C Hamano <gitster@pobox.com>
color_fprintf() has the same function signature as fprintf() and newer
gcc warns when a non-constant string is fed as the format
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c | diff | blob | history |