Enable all warnings, turn the noisy ones back off, fix the others.

This commit is contained in:
Chris Marsh
2017-10-12 15:38:15 -07:00
parent 39ff0bf3e4
commit 6fa00223ad
6 changed files with 31 additions and 11 deletions

View File

@ -20,7 +20,7 @@ struct Backoff {
, maxAmount(max)
, current(min)
, fails(0)
, randGenerator(time(0))
, randGenerator((uint64_t)time(0))
{
}