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

Re: svn commit: r1126481 - /subversion/trunk/subversion/libsvn_subr/svn_base64.c

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 23 May 2011 09:16:56 -0400

On Mon, May 23, 2011 at 09:11, <hwright_at_apache.org> wrote:
> Author: hwright
> Date: Mon May 23 13:11:10 2011
> New Revision: 1126481
>
> URL: http://svn.apache.org/viewvc?rev=1126481&view=rev
> Log:
> Remove some integer size mismatch warnings by using size_t in places where
> we calculate pointer differences.

Strictly speaking, it is best to use apr_size_t for those old
platforms where size_t is not available.

That said, I doubt we're running on them nowadays...

Cheers,
-g
Received on 2011-05-23 15:17:28 CEST

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.