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

RE: svn commit: r1189956 - /subversion/trunk/subversion/libsvn_delta/compat.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 27 Oct 2011 22:36:11 +0200

> -----Original Message-----
> From: hwright_at_apache.org [mailto:hwright_at_apache.org]
> Sent: donderdag 27 oktober 2011 21:29
> To: commits_at_subversion.apache.org
> Subject: svn commit: r1189956 -
> /subversion/trunk/subversion/libsvn_delta/compat.c
>
> Author: hwright
> Date: Thu Oct 27 19:28:51 2011
> New Revision: 1189956
>
> URL: http://svn.apache.org/viewvc?rev=1189956&view=rev
> Log:
> Add a callback to the Ev2 shims which allows a caller to perform some pre-run
> initialization. This is similar to the open_root() function but for Ev2, and
> is required so that other shim callbacks can potentially initialize state.
>
> Current test failures: 1168

This patch causes build failures on all platforms.

On Windows the error message is:
..\..\..\subversion\tests\libsvn_delta\editor-test.c(278): error C4047: 'function' : 'start_edit_func_t' differs in levels of indirection from 'apr_pool_t *'
  ..\..\..\subversion\tests\libsvn_delta\editor-test.c(278): error C4024: 'delta_from_editor' : different types for formal and actual parameter 6
  ..\..\..\subversion\tests\libsvn_delta\editor-test.c(278): error C2198: 'delta_from_editor' : too few arguments for call

        Bert
 
Received on 2011-10-27 22:36:56 CEST

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.