1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00

Fix unused warning.

This commit is contained in:
Con Kolivas 2012-01-30 08:07:12 +11:00
parent cdcaaba630
commit 5747b070de

2
main.c
View File

@ -997,11 +997,13 @@ static char *set_float_0_to_99(const char *arg, float *f)
return NULL;
}
#ifdef USE_BITFORCE
static char *add_serial(char *arg)
{
string_elist_add(arg, &scan_devices);
return NULL;
}
#endif
static char *set_devices(char *arg)
{