> -----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