fixed conversion warning

This commit is contained in:
Yann Collet
2016-07-14 16:52:45 +02:00
parent 44f684ded3
commit 69c2cdb45c
3 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ static size_t BMK_benchParam(BMK_result_t* resultPtr,
double fastestC = 100000000., fastestD = 100000000.;
double ratio = 0.;
U64 crcCheck = 0;
time_t const benchStart = clock();
clock_t const benchStart = clock();
DISPLAY("\r%79s\r", "");
memset(&params, 0, sizeof(params));