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

Re: svn commit: r11978 - in trunk/subversion: libsvn_subr tests/libsvn_subr

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-11-22 06:21:41 CET

Philip Martin wrote:

>brane@tigris.org writes:
>
>
>>+static svn_error_t *
>>+test_string_compare (const char* str1,
>>+ const char* str2,
>>+ svn_boolean_t msg_only,
>>+ apr_pool_t *pool)
>>+{
>>+ if (msg_only)
>>+ return SVN_NO_ERROR;
>>+
>>+ a = svn_stringbuf_create (str1, pool);
>>+ b = svn_stringbuf_create (str2, pool);
>>+
>>+ return svn_stringbuf_compare (a, b);
>>
>>
>
>../svn/subversion/tests/libsvn_subr/string-test.c: In function `test_string_compare':
>../svn/subversion/tests/libsvn_subr/string-test.c:627: warning: return makes pointer from integer without a cast
>
>
Grrr! Why didn't this show up when I compiled it? Phui.
Fixing now.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 22 06:22:31 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.