MDEV-31174 fixup: clang++-20 -Wnontrivial-memcall
This commit is contained in:
parent
01cc92e098
commit
ecf2e131bd
@ -304,7 +304,7 @@ class Native_functions_hash: public HASH
|
||||
public:
|
||||
Native_functions_hash()
|
||||
{
|
||||
bzero(this, sizeof(*this));
|
||||
bzero((void*) this, sizeof(*this));
|
||||
}
|
||||
~Native_functions_hash()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user