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

Re: svn commit: r16295 - in trunk/subversion: libsvn_fs_fs libsvn_repos

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-09-27 16:32:56 CEST

Branko Čibej wrote:
> maxb@tigris.org wrote:
>
>> Author: maxb
>> Date: Tue Sep 27 05:36:16 2005
>> New Revision: 16295
>>
>>
>
>> @@ -344,17 +342,25 @@
>> const char *dst_path,
>> apr_pool_t *pool)
>> {
>> - const char *src_subdir, *dst_subdir, *format_path;
>> + const char *src_subdir, *dst_subdir;
>> svn_revnum_t youngest, rev;
>> apr_pool_t *iterpool;
>> svn_node_kind_t kind;
>> + int format;
>> + svn_error_t *err;
>>
> subversion/libsvn_fs_fs/fs_fs.c(355) : warning C4700: local variable 'err'
> used without having been initialized

Oops!

/me sets EXTRA_CFLAGS="-Werror -Wall" in .bashrc, for the future.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 27 16:34:00 2005

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.