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

Re: svn commit: r1658578 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c wc_db.h wc_db_private.h wc_db_update_move.c

From: Branko Čibej <brane_at_wandisco.com>
Date: Tue, 10 Feb 2015 03:58:49 +0100

On 09.02.2015 22:27, rhuijben_at_apache.org wrote:
> Author: rhuijben
> Date: Mon Feb 9 21:27:06 2015
> New Revision: 1658578
[...]
> Modified: subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c?rev=1658578&r1=1658577&r2=1658578&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c (original)
> +++ subversion/trunk/subversion/libsvn_wc/wc_db_update_move.c Mon Feb 9 21:27:06 2015
> @@ -135,6 +135,33 @@ verify_write_lock(svn_wc__db_wcroot_t *w
> return SVN_NO_ERROR;
> }
>
> +svn_error_t *
> +find_src_op_depth(int *src_op_depth,
> + svn_wc__db_wcroot_t *wcroot,
> + const char *src_relpath,
> + int delete_op_depth,
> + apr_pool_t *scratch_pool)

.../subversion/libsvn_wc/wc_db_update_move.c:139:1: warning: no previous prototype for function
      'find_src_op_depth' [-Wmissing-prototypes]
find_src_op_depth(int *src_op_depth,
^
1 warning generated.

-- Brane
Received on 2015-02-10 04:00:08 CET

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.