mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-10 12:41:02 +00:00
debug_cb buffer type warning
This commit is contained in:
parent
b9968156ba
commit
c432c655f7
3
util.c
3
util.c
@ -262,8 +262,7 @@ static void set_nettime(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int curl_debug_cb(__maybe_unused CURL *handle, curl_infotype type,
|
static int curl_debug_cb(__maybe_unused CURL *handle, curl_infotype type,
|
||||||
__maybe_unused unsigned char *data, size_t size,
|
__maybe_unused char *data, size_t size, void *userdata)
|
||||||
void *userdata)
|
|
||||||
{
|
{
|
||||||
struct pool *pool = (struct pool *)userdata;
|
struct pool *pool = (struct pool *)userdata;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user