From e8cf81fdb3fdaef59b49da8f6e952a3225ab326e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 May 2016 14:44:08 +0000 Subject: fixing compiler warnings --- src/fs/fs_publish.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/fs/fs_publish.c') diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c index 80843006e..530a7ac9b 100644 --- a/src/fs/fs_publish.c +++ b/src/fs/fs_publish.c @@ -508,8 +508,9 @@ block_proc (void *cls, { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Indexing block `%s' for offset %llu with index size %u\n", - GNUNET_h2s (&chk->query), (unsigned long long) offset, - sizeof (struct OnDemandBlock)); + GNUNET_h2s (&chk->query), + (unsigned long long) offset, + (unsigned int) sizeof (struct OnDemandBlock)); odb.offset = GNUNET_htonll (offset); odb.file_id = p->data.file.file_id; GNUNET_assert (pc->qre == NULL); -- cgit v1.2.3