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

Re: svn commit: r27453 - trunk/subversion/libsvn_repos

From: Daniel L. Rall <dlr_at_collab.net>
Date: 2007-10-29 18:47:20 CET

On Mon, 29 Oct 2007, kameshj@tigris.org wrote:

> Author: kameshj
> Date: Mon Oct 29 03:00:12 2007
> New Revision: 27453
>
> Log:
> Fix compiler warning.
>
> * subversion/libsvn_repos/load.c
> (prefix_mergeinfo_paths): return 'SVN_NO_ERROR' at the end.
>
>
> Modified:
> trunk/subversion/libsvn_repos/load.c
>
> Modified: trunk/subversion/libsvn_repos/load.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_repos/load.c?pathrev=27453&r1=27452&r2=27453
> ==============================================================================
> --- trunk/subversion/libsvn_repos/load.c (original)
> +++ trunk/subversion/libsvn_repos/load.c Mon Oct 29 03:00:12 2007
> @@ -256,6 +256,8 @@
> }
> svn_mergeinfo_to_stringbuf(&merge_val, prefixed_mergeinfo, pool);
> *mergeinfo_val = merge_val->data;
> +
> + return SVN_NO_ERROR;
> }

Thanks Kamesh! That was due to my re-organization of Senthil's patch.

  • application/pgp-signature attachment: stored
Received on Mon Oct 29 18:48:20 2007

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.