[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 2759 - trunk/subversion/tests

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-29 06:02:33 CEST

brane@tigris.org writes:
> --- trunk/subversion/tests/svn_tests.h (original)
> +++ trunk/subversion/tests/svn_tests.h Sun Jul 28 15:51:04 2002
> @@ -0,0 +1,31 @@
> +
> +
> +#include <apr.h>
> +
> +apr_uint32_t svn_test_rand (apr_uint32_t *seed);

Umm, doc string for this function? :-)

Also, there are now a bunch of warnings during compilation. They're
about long int versus apr_uint32_t, that sort of thing. I'm not sure
whether you want to solve them with casts or by other means, so
haven't committed any fixes, except for revision 2761.

   subversion/tests/libsvn_delta/random-test.c:
      In function `generate_random_file':

   subversion/tests/libsvn_delta/random-test.c:
      14: warning: passing arg 1 of `svn_test_rand' from
          incompatible pointer type

   subversion/tests/libsvn_delta/random-test.c:
      21: warning: passing arg 1 of `svn_test_rand' from
          incompatible pointer type

   subversion/tests/libsvn_delta/random-test.c:
      24: warning: passing arg 1 of `svn_test_rand' from
          incompatible pointer type

   subversion/tests/libsvn_delta/random-test.c:
      In function `random_test':

   subversion/tests/libsvn_delta/random-test.c:
      32: warning: passing arg 3 of `generate_random_file' from
          incompatible pointer type

   subversion/tests/libsvn_delta/random-test.c:
      35: warning: passing arg 3 of `generate_random_file' from
          incompatible pointer type

   subversion/tests/libsvn_delta/random-test.c:
      In function `do_random_combine_test':

   subversion/tests/libsvn_delta/random-test.c:
      19: warning: passing arg 3 of `generate_random_file' from
          incompatible pointer type

   subversion/tests/libsvn_delta/random-test.c:
      22: warning: passing arg 3 of `generate_random_file' from
          incompatible pointer type

   subversion/tests/libsvn_delta/random-test.c:
      25: warning: passing arg 3 of `generate_random_file' from
          incompatible pointer type

   subversion/tests/libsvn_delta/random-test.c:
      In function `random_combine_test':

   subversion/tests/libsvn_delta/random-test.c:
      18: warning: long unsigned int format, apr_uint32_t arg (arg 2)
   
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 29 06:16:39 2002

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.