2009-01-31 04:15:17 Greg Stein napisaĆ(a):
> eh? while not just delete the else clause/
Committed in r35618.
> 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");
--
Arfrever Frehtes Taifersar Arahesis
Received on 2009-01-31 22:53:24 CET