[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: <brane_at_xbc.nu>
Date: 2002-07-29 06:49:38 CEST

Quoting Karl Fogel <kfogel@newton.ch.collab.net>:

> 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? :-)

Huh, silly me.

> Also, there are now a bunch of warnings during compilation. They're
> about long int versus apr_uint32_t, that sort of thing.

That's what comes from relying on the compiler to warn about such things. I must
get a better compiler. Which boils down to getting a better OS. :-/

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

Most of these should be fixed by adjusting variable types. The printf ones I
don't know ... there's no APR_UINT32_T_FMT. Maybe I should add one, even though
it means fiddling with the configury yet again.

Anyway, my apologies to all for this goof. Will fix soonest.

    Brane

---------------------------------------------------------------------
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:50:16 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.