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

Re: [PATCH] Fix compiler warning

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-07-03 11:37:31 CEST

Thanks Senthil.

Committed at r25631.

With regards
Kamesh Jayachandran
Senthil Kumaran S wrote:
> Hi,
>
> I am attaching the patch for fixing the compiler warning of 'missing
> prototype' along with this mail.
>
> ------------------------------------------------------------------------
>
> Index: subversion/libsvn_client/merge.c
> ===================================================================
> --- subversion/libsvn_client/merge.c (revision 25630)
> +++ subversion/libsvn_client/merge.c (working copy)
> @@ -2747,7 +2747,7 @@
> Perform a depth first walk of the working copy tree rooted at TARGET (with
> the corresponding ENTRY). Place any path which has working svn:mergeinfo,
> or is switched, in CHILDREN_SW_OR_WITH_MERGEINFO. */
> -svn_error_t *
> +static svn_error_t *
> get_sw_mergeinfo_paths(apr_array_header_t *children_sw_or_with_mergeinfo,
> const char *target,
> const svn_wc_entry_t *entry,
>
> ------------------------------------------------------------------------
>
> [[[
> Fix compiler warning of 'missing prototype'.
>
> * subversion/libsvn_client/merge.c
> (get_sw_mergeinfo_paths): Mark the function as static.
>
> Patch by: Senthil Kumaran <senthil@collab.net>
> ]]]
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 3 11:36:29 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.