MDEV-31174 fixup: clang++-20 -Wnontrivial-memcall

This commit is contained in:
Marko Mäkelä 2024-12-02 11:04:38 +02:00
parent 01cc92e098
commit ecf2e131bd

View File

@ -304,7 +304,7 @@ class Native_functions_hash: public HASH
public: public:
Native_functions_hash() Native_functions_hash()
{ {
bzero(this, sizeof(*this)); bzero((void*) this, sizeof(*this));
} }
~Native_functions_hash() ~Native_functions_hash()
{ {