mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-31174 fixup: clang++-20 -Wnontrivial-memcall
This commit is contained in:
parent
01cc92e098
commit
ecf2e131bd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue