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

RE: svn commit: r1327695 - /subversion/trunk/subversion/libsvn_subr/checksum.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 19 Apr 2012 00:26:25 +0200

> -----Original Message-----
> From: Greg Stein [mailto:gstein_at_gmail.com]
> Sent: woensdag 18 april 2012 23:55
> To: dev_at_subversion.apache.org
> Subject: Re: svn commit: r1327695 -
> /subversion/trunk/subversion/libsvn_subr/checksum.c
>
> On Wed, Apr 18, 2012 at 17:52, <blair_at_apache.org> wrote:
> >...
> > +++ subversion/trunk/subversion/libsvn_subr/checksum.c Wed Apr 18
> 21:52:01 2012
> > @@ -56,25 +56,43 @@ validate_kind(svn_checksum_kind_t kind)
> >     return svn_error_create(SVN_ERR_BAD_CHECKSUM_KIND, NULL, NULL);
> >  }
> >
> > +/* Create a svn_checksum_t with everything but the contents of the
> > +   digest populated. */
> > +static svn_checksum_t *
> > +checksum_create(svn_checksum_kind_t kind,
> > +                apr_size_t digest_size,
> > +                apr_pool_t *pool)
> > +{
> > +  // Use apr_palloc() instead of apr_pcalloc() so that the digest
> > +  // contents are only set once by the caller.
>
> No C++ style comments, please...

This caused build breakage on the Ubuntu gcc buildbot.
See http://subversion.apache.org/buildbot

        Bert
>
> >...
>
> Cheers,
> -g
Received on 2012-04-19 00:27:06 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.