diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-06-23 20:47:50 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-06-25 11:04:16 -0700 |
commit | 9eafa1201b2dcc703258ca7cd53de8ac4de74565 (patch) | |
tree | d165623aa85aeca45f20e9c6845dedbf2ec4f641 /Documentation/git-revert.txt | |
parent | Documentation: grep: fix asciidoc problem with -- (diff) | |
download | tgif-9eafa1201b2dcc703258ca7cd53de8ac4de74565.tar.xz |
msvc: Fix some compiler warnings
In particular, using the normal (or production) compiler
warning level (-W3), msvc complains as follows:
.../sha1.c(244) : warning C4018: '<' : signed/unsigned mismatch
.../sha1.c(270) : warning C4244: 'function' : conversion from \
'unsigned __int64' to 'unsigned long', possible loss of data
.../sha1.c(271) : warning C4244: 'function' : conversion from \
'unsigned __int64' to 'unsigned long', possible loss of data
Note that gcc issues a similar complaint about line 244 when
compiling with -Wextra.
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-revert.txt')
0 files changed, 0 insertions, 0 deletions