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