From 8e325aefdaab6aae4567762bd639dfa1db3c4f15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 May 2016 15:20:10 +0000 Subject: fix compiler warnings --- src/dht/test_dht_monitor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dht') diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c index 6b639e341..0e92d0853 100644 --- a/src/dht/test_dht_monitor.c +++ b/src/dht/test_dht_monitor.c @@ -293,7 +293,8 @@ monitor_put_cb (void *cls, GNUNET_log (GNUNET_ERROR_TYPE_INFO, "%u got a PUT message for key %s with %u bytes\n", i, - GNUNET_h2s (key), size); + GNUNET_h2s (key), + (unsigned int) size); monitor_counter++; } -- cgit v1.2.3