[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: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Mon, 21 Apr 2008 09:41:18 +0300

Karl Fogel wrote on Mon, 21 Apr 2008 at 02:33 -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.
(r30726)
> 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.
>

You're probably correct, I'm using the same version and get a warning.
(I'm surprised it got in the patch, however; I do check for warnings.)

> -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:41:57 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.