Browse Source

API remove unused warning in non-GPU compile

nfactor-troky
Kano 12 years ago
parent
commit
56f06e1e9b
  1. 2
      api.c

2
api.c

@ -176,7 +176,9 @@ static const char *ALIVE = "Alive"; @@ -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…
Cancel
Save