author | Jonathan Nieder <jrnieder@gmail.com> | |
Mon, 28 Mar 2011 00:38:15 +0000 (19:38 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Mar 2011 16:46:44 +0000 (09:46 -0700) | ||
commit | 8cc299daf29c6726acada3ffad87c3fe2098aa02 | |
tree | c47a874ef5a52aec8578233ccfe6c0d58ff252e6 | tree | snapshot |
parent | be919d50c08fbe3a0653d6ba778b73f4940705ca | commit | diff |
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>
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>
vcs-svn/fast_export.c | diff | blob | history |