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

Re: r1469519 backport

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 27 Jun 2013 22:27:46 +0100

Branko Čibej <brane_at_wandisco.com> writes:

> Philip, can you please take another look at the r1469519 series proposal
> in the 1.8.x STATUS file? I think your objection no longer holds after I
> restructured the code.

Last time I checked the original code gave the warning:

../src-1.8/subversion/libsvn_fs_fs/tree.c:929:27: warning: 'directory' may be used uninitialized in this function [-Wmaybe-uninitialized]

and the patched code gave the warning:

../src-1.8/subversion/libsvn_fs_fs/tree.c:958:13: warning: 'rest' may be used uninitialized in this function [-Wmaybe-uninitialized]

It has removed the original warning but the new warning is effectively
the same.

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data
www.wandisco.com
Received on 2013-06-27 23:28:22 CEST

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.