mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user