1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-03-13 05:41:35 +00:00

Resolve a GCC warning.

This commit is contained in:
samr7 2011-07-31 07:04:05 -07:00
parent a4d342e916
commit c8797446d7

View File

@ -252,7 +252,7 @@ vg_output_timing(vg_context_t *vcp, int cycle, struct timeval *last)
pthread_t me;
struct timeval tvnow, tv;
timing_info_t *tip, *mytip;
unsigned long long rate, myrate, mytime;
unsigned long long rate, myrate = 0, mytime;
double count, prob, time, targ;
char linebuf[80];
char *unit;