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

Re: svn commit: r27713 - trunk/subversion/tests/libsvn_subr

From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-11-08 18:52:03 CET

pburba@tigris.org wrote:
> Author: pburba
> Date: Thu Nov 8 09:08:34 2007
> New Revision: 27713
>
> Log:
> Make C test of svn_mergeinfo_parse() a bit more robust.
>
> * subversion/tests/libsvn_subr/mergeinfo-test.c
> (verify_mergeinfo_parse): Enable testing of more than just the first range
> in a set.

Hi Paul,

I'm now getting these compiler warnings in this file:

gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -g -Wall -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall
-g -pthread -D_LARGEFILE64_SOURCE -DNE_LFS -std=c89 -Wpointer-arith
-Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -I./subversion/include
-I./subversion -I/usr/include/neon -I/usr/include/apr-0 -I/usr/include/apr-0
-I/usr/include -o subversion/tests/libsvn_subr/mergeinfo-test.o -c
subversion/tests/libsvn_subr/mergeinfo-test.c
subversion/tests/libsvn_subr/mergeinfo-test.c: In function 'verify_mergeinfo_parse':
subversion/tests/libsvn_subr/mergeinfo-test.c:77: warning: passing argument 4 of
'apr_hash_this' from incompatible pointer type
subversion/tests/libsvn_subr/mergeinfo-test.c:99: warning: comparisons like
X<=Y<=Z do not have their mathematical meaning
subversion/tests/libsvn_subr/mergeinfo-test.c:99: warning: comparisons like
X<=Y<=Z do not have their mathematical meaning
subversion/tests/libsvn_subr/mergeinfo-test.c:125:5: warning: "/*" within comment

Regards,
Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 8 20:07:01 2007

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.