diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2008-07-03 17:52:09 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-06 02:26:29 +0200 |
commit | 6e1c23442a0315ad440bb8457703dcf1ad943b96 (patch) | |
tree | 029bfdb329dfdaeb8a85787c6548fbf06d191b78 /parse-options.c | |
parent | manpages: use teletype font for sample command lines (diff) | |
download | git-6e1c23442a0315ad440bb8457703dcf1ad943b96.tar.xz git-6e1c23442a0315ad440bb8457703dcf1ad943b96.zip |
Fix some warnings (on cygwin) to allow -Werror
When printing valuds of type uint32_t, we should use PRIu32, and should
not assume that it is unsigned int. On 32-bit platforms, it could be
defined as unsigned long. The same caution applies to ntohl().
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'parse-options.c')
0 files changed, 0 insertions, 0 deletions