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

Re: svn commit: r30684 - in trunk/subversion: include libsvn_client libsvn_ra svnsync tests/cmdline tests/libsvn_ra_local

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Mon, 21 Apr 2008 02:33:14 -0400

"David Glasser" <glasser_at_davidglasser.net> writes:
>> - SVN_ERR(svn_ra_open2(ra_session, base_url, cbtable, cb,
>> + if (base_access)
>> + {
>> + svn_wc_entry_t *entry;
>> +
>> + SVN_ERR(svn_wc_entry(&entry, base_dir, base_access, FALSE, pool));
>
> I get a warning on this line; I think it wants entry to be const?

Thanks. I think Senthil caught this later and will be committing the
fix. Don't know why I missed the warning -- I assume there was one, I'm
using GCC 4.2.3 (Debian 4.2.3-3) -- when I built it.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-04-22 08:34:01 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.