From 38403f33438bdc6d530848f5610341ce9e71509b Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Thu, 1 Aug 2013 09:59:36 +0200 Subject: [PATCH] Fix compile warning. --- modules/csync_owncloud.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/csync_owncloud.c b/modules/csync_owncloud.c index e9ff81c0f..91e93eb26 100644 --- a/modules/csync_owncloud.c +++ b/modules/csync_owncloud.c @@ -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);