From bf0f6aaf18895c979dcf61ecb26bdd58a238a69b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Mon, 15 Feb 2021 22:14:36 +0100 Subject: Improve class entry generation Related to GH-6701 --- ext/hash/hash_arginfo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/hash') diff --git a/ext/hash/hash_arginfo.h b/ext/hash/hash_arginfo.h index 1f11c4948f..f6ba16d4c4 100644 --- a/ext/hash/hash_arginfo.h +++ b/ext/hash/hash_arginfo.h @@ -205,7 +205,7 @@ static const zend_function_entry class_HashContext_methods[] = { ZEND_FE_END }; -zend_class_entry *register_class_HashContext() +static zend_class_entry *register_class_HashContext(void) { zend_class_entry ce, *class_entry; @@ -215,4 +215,3 @@ zend_class_entry *register_class_HashContext() return class_entry; } - -- cgit v1.2.1