You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2001/12/10 02:49:04 UTC

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

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   <br...@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