open_path(): silence compiler warning.
This is from gcc 4.4.6 on Oracle Linux 6.3.
subversion/libsvn_fs_fs/tree.c: In function 'open_path':
subversion/libsvn_fs_fs/tree.c:916: warning: 'directory' may be used uninitialized in this function
* subversion/libsvn_fs_fs/tree.c
(open_path):
Set directory to NULL to silence a compiler warning.
|