Enable all warnings, turn the noisy ones back off, fix the others.
This commit is contained in:
@ -20,7 +20,7 @@ struct Backoff {
|
||||
, maxAmount(max)
|
||||
, current(min)
|
||||
, fails(0)
|
||||
, randGenerator(time(0))
|
||||
, randGenerator((uint64_t)time(0))
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user