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

checksums: new warnings

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 30 Sep 2008 20:17:18 -0700

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.

Cheers,
-g

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