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:
parent
a4d342e916
commit
c8797446d7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user