1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-27 06:54:36 +00:00

Fix non-opencl build.

This commit is contained in:
Con Kolivas 2011-07-30 23:19:53 +10:00
parent ef5e8bea0d
commit 1725a1c021

4
main.c
View File

@ -3409,6 +3409,10 @@ static void *reinit_gpu(void *userdata)
return NULL;
}
#else
static void *reinit_gpu(void *userdata)
{
}
#endif
static void reinit_device(struct cgpu_info *cgpu)