You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@wandisco.com> on 2011/04/26 20:05:55 UTC

Re: svn commit: r1096815 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_client/diff.c libsvn_client/merge.c libsvn_client/repos_diff.c libsvn_wc/diff.c

rhuijben@apache.org writes:

> Author: rhuijben
> Date: Tue Apr 26 17:33:57 2011
> New Revision: 1096815
>
> URL: http://svn.apache.org/viewvc?rev=1096815&view=rev
> Log:
> Remove the now unused (and new in 1.7) local_dir_abspath from all functions
> of the svn_wc_diff_callbacks4_t interface.
>
> The only functional change is in merge_dir_opened where local_dir_abspath
> was still used as a shortcut to get the parent directory.
>
> * subversion/include/svn_wc.h
>   (svn_wc_diff_callbacks4_t): Remove unused arguments.

../src/subversion/libsvn_wc/deprecated.c:1842: warning: initialization from incompatible pointer type
../src/subversion/libsvn_wc/deprecated.c:1843: warning: initialization from incompatible pointer type
../src/subversion/libsvn_wc/deprecated.c:1844: warning: initialization from incompatible pointer type
../src/subversion/libsvn_wc/deprecated.c:1845: warning: initialization from incompatible pointer type
../src/subversion/libsvn_wc/deprecated.c:1846: warning: initialization from incompatible pointer type
../src/subversion/libsvn_wc/deprecated.c:1847: warning: initialization from incompatible pointer type
../src/subversion/libsvn_wc/deprecated.c:1848: warning: initialization from incompatible pointer type
../src/subversion/libsvn_wc/deprecated.c:1850: warning: initialization from incompatible pointer type

-- 
Philip