From c432c655f7712babf43e887bd3d17528cc96e5f7 Mon Sep 17 00:00:00 2001 From: Kano Date: Wed, 13 Feb 2013 14:50:55 +1100 Subject: [PATCH] debug_cb buffer type warning --- util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util.c b/util.c index 555e7093..cbb8b634 100644 --- a/util.c +++ b/util.c @@ -262,8 +262,7 @@ static void set_nettime(void) } static int curl_debug_cb(__maybe_unused CURL *handle, curl_infotype type, - __maybe_unused unsigned char *data, size_t size, - void *userdata) + __maybe_unused char *data, size_t size, void *userdata) { struct pool *pool = (struct pool *)userdata;