Skip to content

Commit ecf2e13

Browse files
committed
MDEV-31174 fixup: clang++-20 -Wnontrivial-memcall
1 parent 01cc92e commit ecf2e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item_create.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class Native_functions_hash: public HASH
304304
public:
305305
Native_functions_hash()
306306
{
307-
bzero(this, sizeof(*this));
307+
bzero((void*) this, sizeof(*this));
308308
}
309309
~Native_functions_hash()
310310
{

0 commit comments

Comments
 (0)