Re: 3.0.3pre2 compile warnings on interix

2008-06-04 Thread Wayne Davison
On Wed, Jun 04, 2008 at 02:56:40PM +0100, Steven Hartland wrote: > flist.c:874: warning: comparison between signed and unsigned > flist.c:876: warning: right shift count >= width of type [...] These errors were due to off_t being 32-bit, which wasn't handled well. I have improved that code, and th

3.0.3pre2 compile warnings on interix

2008-06-04 Thread Steven Hartland
All seems to compile ok but I get the following warnings on interix 3.5 flist.c: In function `recv_file_entry': flist.c:840: warning: comparison between signed and unsigned flist.c:874: warning: comparison between signed and unsigned flist.c:876: warning: right shift count >= width of type flist