Browse Source

debug_cb buffer type warning

Kano 13 years ago
parent
commit
c432c655f7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      util.c

+ 1 - 2
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;