Skip to content

Silence a compiler warning on openbsd and fix windows build

Evan Hunt requested to merge silence-openbsd-warning into master

There's a warning when building on openbsd that 'seed' can be used without being initialized. This is a false positive, but let's silence it anyway.

Also, some variables are initialized mid-block, which I think is still a problem for windows.

Merge request reports