1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Fix sign warning in ocl.c

This commit is contained in:
Con Kolivas 2012-10-07 10:21:20 +11:00
parent 58bba40a03
commit aa35fbcc9a

View File

@ -379,7 +379,7 @@ struct cgpu_info {
#ifdef USE_SCRYPT
int opt_lg, lookup_gap;
size_t opt_tc, thread_concurrency;
int shaders;
size_t shaders;
#endif
struct timeval tv_gpustart;
struct timeval tv_gpumid;