fix unused label warning

some #ifdef code had a goto label 'non_sparse_out', so that goto label was
unused on platforms where all those #ifdef blocks were disabled.
This commit is contained in:
Jordan Lee 2015-12-06 22:24:35 +00:00
parent b559a20029
commit 3d76f23b2b
1 changed files with 2 additions and 0 deletions

View File

@ -866,7 +866,9 @@ tr_sys_file_preallocate (tr_sys_file_t handle,
#endif
#if defined(HAVE_XFS_XFS_H) || defined(__APPLE__)
non_sparse_out:
#endif
errno = code;
}