Branko Čibej <[email protected]> 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

