mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
fuzz: fix gcc Woverloaded-virtual build warnings
This commit is contained in:
parent
ed25cb58f6
commit
36aa2955b8
1 changed files with 6 additions and 0 deletions
|
@ -543,6 +543,12 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
FuzzedSock& operator=(Sock&& other) override
|
||||
{
|
||||
assert(false && "Not implemented yet.");
|
||||
return *this;
|
||||
}
|
||||
|
||||
SOCKET Get() const override
|
||||
{
|
||||
assert(false && "Not implemented yet.");
|
||||
|
|
Loading…
Reference in a new issue