1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

api.c fix unused variable compile warning

This commit is contained in:
Kano 2012-04-23 22:01:36 +10:00
parent cad0855ba8
commit 7e65126936

2
api.c
View File

@ -2029,7 +2029,7 @@ static void send_result(SOCKETTYPE c, bool isjson)
} }
static void tidyup(void *arg) static void tidyup(__maybe_unused void *arg)
{ {
bye = 1; bye = 1;