1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 15:27:53 +00:00

Merge pull request #384 from kanoi/hotplug

debug_cb buffer type warning
This commit is contained in:
Con Kolivas 2013-02-12 22:48:54 -08:00
commit 48c841318e

3
util.c
View File

@ -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;