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

subversion-r909 bad code

From: Elliot Lee <sopwith_at_redhat.com>
Date: 2002-01-23 20:45:53 CET

subversion/libsvn_wc/entries.c: In function `fold_entry':
subversion/libsvn_wc/entries.c:1110: invalid operands to binary !=
subversion/libsvn_wc/entries.c: In function `svn_wc__recursively_rewrite_urls':
subversion/libsvn_wc/entries.c:1481: incompatible type for argument 14 of `fold_entry'
subversion/libsvn_wc/entries.c:1510: incompatible type for argument 14 of `fold_entry'

The problem is assuming that va_list and void* are compatible types. Not
possible! :)

A nice addition would be the option to use the expat installed on my
system (expat-1.95.1) rather than the included expat-lite, if it would
save any space.
-- Elliot
The early bird may get the worm, but the second mouse gets the cheese.

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