mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Fix compile warning.
This commit is contained in:
parent
59a133fe03
commit
38403f3343
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ static int owncloud_sendfile(csync_vio_method_handle_t *src, csync_vio_method_ha
|
|||
} else {
|
||||
state = hbf_splitlist(trans, fd);
|
||||
file_size = trans->stat_size;
|
||||
|
||||
(void) file_size;
|
||||
DEBUG_WEBDAV("about to send %d block", trans->block_cnt);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue