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

Re: svn commit: rev 620 - trunk/subversion/tests/libsvn_delta

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-12-10 03:49:04 CET

joe@tigris.org wrote:

>Author: joe
>Date: 2001-12-07 00:19 GMT
>New Revision: 620
>
>Modified:
> trunk/subversion/tests/libsvn_delta/random-test.c
>Log:
>* random-test: Fix compiler warnings.
>
Thanks, Joe.

>Modified: trunk/subversion/tests/libsvn_delta/random-test.c
>==============================================================================
>--- OLD/trunk/subversion/tests/libsvn_delta/random-test.c Thu Dec 6 18:19:45 2001
>+++ NEW/trunk/subversion/tests/libsvn_delta/random-test.c Thu Dec 6 18:19:46 2001
>@@ -34,7 +34,7 @@
>
> /* Initialize parameters for the random tests. */
> extern int test_argc;
>-extern char **test_argv;
>+extern const char **test_argv;
>
This should be changed in svn_tests_main.c(44), too.

>static void init_params (unsigned long *seed,
> int *maxlen, int *iterations,
>@@ -153,7 +153,7 @@
>
>
>
>-svn_error_t *
>+static svn_error_t *
> random_test (const char **msg,
> svn_boolean_t msg_only,
> apr_pool_t *pool)
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: svn-help@subversion.tigris.org
>

-- 
Brane �ibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:52 2006

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.