1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-27 15:04:17 +00:00

usbutils.c remove compiler warning

This commit is contained in:
Kano 2012-12-04 11:21:49 +11:00
parent 16637ac91e
commit 3a91d8eb61

View File

@ -1133,6 +1133,7 @@ int _usb_read(struct cgpu_info *cgpu, int ep, char *buf, size_t bufsiz, int *pro
}
tot = 0;
err = LIBUSB_SUCCESS;
while (bufsiz) {
got = 0;
STATS_TIMEVAL(&tv_start);