In particular, on systems that define uint32_t as an unsigned long,
gcc complains as follows:
CC vcs-svn/svndump.o
vcs-svn/svndump.c: In function `svndump_read':
vcs-svn/svndump.c:215: warning: int format, uint32_t arg (arg 2)
In order to suppress the warning we use the C99 format specifier
macro PRIu32 from <inttypes.h>.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
|
||
|---|---|---|
| .. | ||
| LICENSE | ||
| fast_export.c | ||
| fast_export.h | ||
| line_buffer.c | ||
| line_buffer.h | ||
| line_buffer.txt | ||
| obj_pool.h | ||
| repo_tree.c | ||
| repo_tree.h | ||
| string_pool.c | ||
| string_pool.h | ||
| string_pool.txt | ||
| svndump.c | ||
| svndump.h | ||
| trp.h | ||
| trp.txt | ||