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

Re: checksums: new warnings

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Wed, 01 Oct 2008 10:41:59 -0500

Greg Stein wrote:
> Hyrum,
>
> I just noticed this in the compilation output recently:
>
> subversion/libsvn_wc/adm_ops.c: In function 'process_committed_leaf':
> subversion/libsvn_wc/adm_ops.c:358: warning: assignment discards
> qualifiers from pointer target type
>
> Looks like one of the patterns of your updates is creating new warnings.
>
> In this particular case, it seems that the correct answer is to
> further propagate the checksum out from process_committed_leaf(). That
> is, have the function take an svn_checksum_t rather than a bare
> digest.
>
> Anyways... I wanted to hilite the issue in case you hadn't seen it.

Thanks. Hopefully this warning was easier to find as the number of deprecation
warnings has decreased.

In any case, r33379.

-Hyrum

Received on 2008-10-01 17:42:19 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.