[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 2216 - trunk/subversion/include trunk/subversion/libsvn_client trunk/subversion/clients/cmdline trunk/subversion/tests/clients/cmdline/getopt_tests_data

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-06-14 21:16:32 CEST

On Fri, Jun 14, 2002 at 08:11:07PM +0100, Philip Martin wrote:
> rooneg@tigris.org writes:
>
> > * subversion/libsvn_client/export.c
> > new file, implements svn_client_export().
>
> ../svn/subversion/libsvn_client/export.c: In function `remove_admin_dirs':
> ../svn/subversion/libsvn_client/export.c:52: warning: passing arg 2 of `apr_hash_this' from incompatible pointer type
> ../svn/subversion/libsvn_client/export.c: In function `copy_versioned_files':
> ../svn/subversion/libsvn_client/export.c:115: warning: passing arg 2 of `apr_hash_this' from incompatible pointer type
>

how odd, my copy of gcc isn't producing those warnings... what
compiler is that from, just out of curiosity?

i'll commit a fix shortly (well, i think it's a fix anyway, i can't be
sure since i don't see the warning here), the void *'s i pass in to
apr_hash_this need to be declared const.

-garrett

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 14 21:17:02 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.