mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
API remove unused warning in non-GPU compile
This commit is contained in:
parent
ede0dd6a52
commit
56f06e1e9b
2
api.c
2
api.c
@ -176,7 +176,9 @@ static const char *ALIVE = "Alive";
|
||||
static const char *REJECTING = "Rejecting";
|
||||
static const char *UNKNOWN = "Unknown";
|
||||
#define _DYNAMIC "D"
|
||||
#ifdef HAVE_OPENCL
|
||||
static const char *DYNAMIC = _DYNAMIC;
|
||||
#endif
|
||||
|
||||
static const char *YES = "Y";
|
||||
static const char *NO = "N";
|
||||
|
Loading…
x
Reference in New Issue
Block a user