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

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

From: Greg Stein <gstein_at_gmail.com>
Date: Sat, 31 Jan 2009 04:15:17 +0100

eh? while not just delete the else clause/

On Sat, Jan 31, 2009 at 04:05, Arfrever Frehtes Taifersar Arahesis
<Arfrever.FTA_at_gmail.com> wrote:
> Author: arfrever
> Date: Fri Jan 30 19:05:06 2009
> New Revision: 35614
>
> Log:
> * subversion/tests/libsvn_subr/path-test.c
> (test_path_join): Fix compiler warning.
>
> Modified:
> trunk/subversion/tests/libsvn_subr/path-test.c
>
> Modified: trunk/subversion/tests/libsvn_subr/path-test.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/tests/libsvn_subr/path-test.c?pathrev=35614&r1=35613&r2=35614
> ==============================================================================
> --- trunk/subversion/tests/libsvn_subr/path-test.c Fri Jan 30 18:54:03 2009 (r35613)
> +++ trunk/subversion/tests/libsvn_subr/path-test.c Fri Jan 30 19:05:06 2009 (r35614)
> @@ -546,7 +546,7 @@ test_path_join(const char **msg,
> "svn_path_join_many" #args " returns \"%s\". " \
> "expected \"%s\"", \
> result, expect); \
> - else
> + else {}
>
> TEST_MANY((pool, "abc", NULL), "abc");
> TEST_MANY((pool, "/abc", NULL), "/abc");
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1077962
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1077997
Received on 2009-01-31 04:15:59 CET

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.