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

Fix minor warning.

This commit is contained in:
Con Kolivas 2012-02-22 08:06:28 +11:00
parent 0a7d6222bf
commit 8c387ef615

View File

@ -244,7 +244,7 @@ static uint64_t icarus_scanhash(struct thr_info *thr, struct work *work,
char *ob_hex, *nonce_hex;
uint32_t nonce;
uint32_t hash_count;
time_t t;
time_t t = 0;
icarus = thr->cgpu;
fd = icarus->device_fd;