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

Re: svn commit: r24470 - trunk/subversion/libsvn_fs_fs

From: D.J. Heap <djheap_at_gmail.com>
Date: 2007-04-06 01:52:21 CEST

On 4/5/07, epg@tigris.org <epg@tigris.org> wrote:
> Author: epg
> Date: Thu Apr 5 16:44:32 2007
> New Revision: 24470
[snip]
>
> @@ -1521,24 +1609,47 @@
> {
> apr_file_t *revprop_file;
> apr_hash_t *proplist;
> - svn_error_t *err;
> + svn_error_t *err = SVN_NO_ERROR;;

The extra semicolon here breaks strict C compilers -- it ends the
initialization for the scope so the declarations + initializations
below it fail, or something like that.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 6 01:52:33 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.