[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Issue 1705] apr_off_t is of an ambiguous size

From: Ben Reser <ben_at_reser.org>
Date: 2004-01-21 20:33:35 CET

On Wed, Jan 21, 2004 at 03:25:04PM -0000, bliss@tigris.org wrote:
> I'd really like this issue fixed, but the current patch has several bugs in
> diff_file.c. I have not checked the other files for similar errors. If you
> compile on a platform with 32-bit apr_off_t, gcc even tells you about it:
>
> diff_file.c: In function `read_chunk':
> diff_file.c:113: warning: passing arg 3 of `apr_file_seek' from incompatible
> pointer type
> diff_file.c: In function `svn_diff__file_output_unified_flush_hunk':
> diff_file.c:709: warning: long int format, different type arg (arg 4)
> diff_file.c:714: warning: long int format, different type arg (arg 4)
> diff_file.c:719: warning: long int format, different type arg (arg 4)
> diff_file.c:724: warning: long int format, different type arg (arg 4)
>
> All of these are serious errors. They are not hard too hard to fix, though.

Looks my 32-bit chroot didn't have colorgcc installed so I missed these
warnings. I'll fix these in a bit.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 21 20:34:16 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.