fuzz: fix gcc Woverloaded-virtual build warnings

pull/826/head
Jon Atack 4 years ago
parent ed25cb58f6
commit 36aa2955b8
No known key found for this signature in database
GPG Key ID: 4F5721B3D0E3921D

@ -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…
Cancel
Save