diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2011-03-27 19:38:15 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-28 09:46:44 -0700 |
commit | 8cc299daf29c6726acada3ffad87c3fe2098aa02 (patch) | |
tree | c47a874ef5a52aec8578233ccfe6c0d58ff252e6 /configure.ac | |
parent | be919d50c08fbe3a0653d6ba778b73f4940705ca (diff) | |
download | git-8cc299daf29c6726acada3ffad87c3fe2098aa02.tar.gz |
vcs-svn: add missing cast to printf argument
gcc -m32 correctly warns:
vcs-svn/fast_export.c: In function 'fast_export_commit':
vcs-svn/fast_export.c:54:2: warning: format '%llu' expects
argument of type 'long long unsigned int', but argument 2
has type 'unsigned int' [-Wformat]
Fix it.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions