diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-03-14 10:16:41 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-03-14 10:47:22 +0100 |
| commit | c6fc6656299ba366f860723a5d1e19f2bcacfd37 (patch) | |
| tree | b462c94c233b97a5c024609d48f8b1bc513a4729 /src/httpserver.cpp | |
| parent | Merge #9680: Unify CWalletTx construction (diff) | |
| parent | Polish interfaces around PeerLogicValidation (diff) | |
| download | discoin-c6fc6656299ba366f860723a5d1e19f2bcacfd37.tar.xz discoin-c6fc6656299ba366f860723a5d1e19f2bcacfd37.zip | |
Merge #12680: Add missing virtual destructor in PeerLogicValidation
2b3ea39 Polish interfaces around PeerLogicValidation (Vasil Dimov)
Pull request description:
Silence the following compiler warning:
/usr/include/c++/v1/memory:2285:5: error: delete called on non-final 'PeerLogicValidation' that has
virtual functions but non-virtual destructor [-Werror,-Wdelete-non-virtual-dtor]
delete __ptr;
^
/usr/include/c++/v1/memory:2598:7: note: in instantiation of member function
'std::__1::default_delete<PeerLogicValidation>::operator()' requested here
__ptr_.second()(__tmp);
^
init.cpp:201:15: note: in instantiation of member function 'std::__1::unique_ptr<PeerLogicValidation,
std::__1::default_delete<PeerLogicValidation> >::reset' requested here
peerLogic.reset();
^
Tree-SHA512: 0e5ead0da2da76a5276cd45e28ddfa4b92cc7225fa154a2662aad88e7210acd17b81431c98e90a2c7be08d39f8689f1d9982cdb18297d4bb0b6195ae40c7ec17
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions