sociomantic-tsunami / dhtproto

Distributed Hash Table protocol definition, client, fake node, and tests
Boost Software License 1.0
5 stars 22 forks source link

Enable errors for deprecations and fix those #120

Closed mihails-strasuns-sociomantic closed 6 years ago

mihails-strasuns-sociomantic commented 6 years ago

Bunch of 2.071 deprecations were not noticed previously because dhtproto was not compiled with -de flag.

Should be backwards compatible fix AFAICS but please recheck.

mihails-strasuns-sociomantic commented 6 years ago

FYI @mathias-lang-sociomantic

mathias-lang-sociomantic commented 6 years ago

This branch is not tested with v2.071.0

mihails-strasuns-sociomantic commented 6 years ago

@mathias-lang-sociomantic I wrote it first for v14.x.x branch, tested there, and rebased to v13.2.x after. AFAIR we can't enable 2.071 for this branch because of submodules but code in dhtproto itself is compatible with this PR.