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

[PATCH] Resolve compile warnings seen with Forte

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2004-05-31 05:06:31 CEST

I'm currently using the following patch on Solaris with Forte to resolve
compile warnings mostly to resolve signed/unsigned warnings.

I tried to 'correct' the root cause of the problem where I could (i.e. MD5
digests being unsigned). However, libsvn_delta/svndiff.c has a fairly large
signed/unsigned collision - I'm not entirely clear what the 'right' direction
is: svn_stream_read returns signed chars and decode_window takes unsigned
chars. I don't know the code well enough to know better here.

Anyone see any problems with this patch? If not, I'll commit to trunk
soon-ish. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon May 31 05:06:46 2004

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.