Browse Source

Fix sign warning in ocl.c

Con Kolivas 13 years ago
parent
commit
aa35fbcc9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.h

+ 1 - 1
miner.h

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