diff options
author | Tarmigan Casebolt <tarmigan+git@gmail.com> | 2010-01-17 00:19:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-19 15:25:38 -0800 |
commit | 8b770a2a24456089c0dd0230035a7d88aee7e26a (patch) | |
tree | 1a4c16c0188390614546c75021c6e20b48877f84 /refs.c | |
parent | user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere (diff) | |
download | tgif-8b770a2a24456089c0dd0230035a7d88aee7e26a.tar.xz |
ident.c: replace fprintf with fputs to suppress compiler warning
Compiling today's pu gave
...
CC ident.o
CC levenshtein.o
ident.c: In function 'fmt_ident':
ident.c:206: warning: format not a string literal and no format arguments
CC list-objects.o
...
This warning seems to have appeared first in 18e95f279ec6 (ident.c:
remove unused variables) which removed additional fprintf arguments.
Suppress this warning by using fputs instead of fprintf.
Signed-off-by: Tarmigan Casebolt <tarmigan+git@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs.c')
0 files changed, 0 insertions, 0 deletions